#9F5078

Color #9F5078 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #9F5078

Tints of Royal Heath #9F5078

Color information

#9F5078 (or 0x9F5078) is unknown color: approx Royal Heath. HEX triplet: 9F, 50 and 78. RGB value is (159,80,120). Sum of RGB (Red+Green+Blue) = 159+80+120=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5078 is #60AF87. Grayscale: #6C6C6C. Windows color (decimal): -6336392 or 7884959. OLE color: 7884959.

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

Color convert

RGB15980120-
CMYK00.500.250.38
HSL329.62º33.05%46.86%-
HSV(B)329.62º49.69%62.35%-
XYZ20.5614.4619.48-
YUV108.18134.67164.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=44.29%
G=22.28%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598012000.500.250.38329.6233.0546.86
Hex9F5078032192614a212f
Octal23712017006231465124157
Binary1001111110100001111000011001011001100110101001010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F5078;
 }
 .AnyTagClassName
 {
   color: #9F5078;
 }
</style>
background-color css

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

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

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

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

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

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