Html Css Color HEX #9F5478 Royal Heath

📋 copy color: '#9F5478'

red 159 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #9F5478

Tints of Royal Heath #9F5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 43.8%
G = 23.14%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#9F5478 (or 0x9F5478) is known color: Royal Heath. HEX triplet: 9F, 54 and 78. RGB value is (159,84,120). Sum of RGB (Red+Green+Blue) = 159+84+120=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5478 is #60AB87. Grayscale: #6E6E6E. Windows color (decimal): -6335368 or 7885983. OLE color: 7885983.

HSL color Cylindrical-coordinate representation of color #9F5478: hue angle of 331.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5478 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 84 120 -
CMYK 0 0.47 0.25 0.38
HSL 331.2º 0.31% 0.48% -
HSV(B) 331.2º 0.47% 0.62% -
XYZ 20.86 15.07 19.58 -
YUV 110.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 159 84 120 0 0.47 0.25 0.38 331.2 0.31 0.48
Hex 9F 54 78 0 2F 19 26 14B 1F 30
Octal 237 124 170 0 57 31 46 513 37 60
Binary 10011111 1010100 1111000 0 101111 11001 100110 101001011 11111 110000

Color Harmonies of #9F5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5478

Black with #9F5478

Text Example


Text Example

White with #9F5478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,84,120); }

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

background-color css

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

 a { background-color: rgb(159,84,120); }

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

border-color css

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

 span { border-color: rgb(159,84,120); }

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