Html Css Color HEX #9F4B73 Royal Heath

📋 copy color: '#9F4B73'

red 159 ◦ green 75 ◦ blue 115

#9F4B73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #9F4B73

Tints of Royal Heath #9F4B73

RGB

 RED value IS 159 (62.5% from 255) = 45.56%

 GREEN value IS 75 (29.69% from 255) = 21.49%

 BLUE value IS 115 (45.31% from 255) = 32.95%

R = 45.56%
G = 21.49%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9F4B73 (or 0x9F4B73) is known color: Royal Heath. HEX triplet: 9F, 4B and 73. RGB value is (159,75,115). Sum of RGB (Red+Green+Blue) = 159+75+115=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4B73 is #60B48C. Grayscale: #686868. Windows color (decimal): -6337677 or 7555999. OLE color: 7555999.

HSL color Cylindrical-coordinate representation of color #9F4B73: hue angle of 331.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B73 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 75 115 -
CMYK 0 0.53 0.28 0.38
HSL 331.43º 0.36% 0.46% -
HSV(B) 331.43º 0.53% 0.62% -
XYZ 19.91 13.64 17.8 -
YUV 104.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 159 75 115 0 0.53 0.28 0.38 331.43 0.36 0.46
Hex 9F 4B 73 0 35 1C 26 14B 24 2E
Octal 237 113 163 0 65 34 46 513 44 56
Binary 10011111 1001011 1110011 0 110101 11100 100110 101001011 100100 101110

Color Harmonies of #9F4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4B73

Black with #9F4B73

Text Example


Text Example

White with #9F4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4B73; }

 p { color: rgb(159,75,115); }

 H1.HeaderClassName
 {
   color: #9F4B73;
 }
 .AnyTagClassName
 {
   color: #9F4B73;
 }
</style>

background-color css

<style>
 a { background-color: #9F4B73; }

 a { background-color: rgb(159,75,115); }

 div.DivClassName
 {
   background-color: #9F4B73;
 }
 .BgClassName
 {
   background-color: #9F4B73;
 }
</style>

border-color css

<style>
 span { border-color: #9F4B73; }

 span { border-color: rgb(159,75,115); }

 td.TdClassName
 {
   border-color: #9F4B73;
 }
 .TagClassName
 {
   border-color: #9F4B73;
 }
</style>