#9F5073

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

Shades of Royal Heath #9F5073

Tints of Royal Heath #9F5073

Color information

#9F5073 (or 0x9F5073) is unknown color: approx Royal Heath. HEX triplet: 9F, 50 and 73. RGB value is (159,80,115). Sum of RGB (Red+Green+Blue) = 159+80+115=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5073 is #60AF8C. Grayscale: #6B6B6B. Windows color (decimal): -6336397 or 7557279. OLE color: 7557279.

HSL color Cylindrical-coordinate representation of color #9F5073: hue angle of 333.42º 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 #9F5073 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15980115-
CMYK00.500.280.38
HSL333.42º33.05%46.86%-
HSV(B)333.42º49.69%62.35%-
XYZ20.2614.3517.92-
YUV107.61132.17164.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=44.92%
G=22.60%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598011500.500.280.38333.4233.0546.86
Hex9F50730321C2614d212f
Octal23712016306234465154157
Binary1001111110100001110011011001011100100110101001101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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