#9F5175

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

Shades of Royal Heath #9F5175

Tints of Royal Heath #9F5175

Color information

#9F5175 (or 0x9F5175) is unknown color: approx Royal Heath. HEX triplet: 9F, 51 and 75. RGB value is (159,81,117). Sum of RGB (Red+Green+Blue) = 159+81+117=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5175 is #60AE8A. Grayscale: #6C6C6C. Windows color (decimal): -6336139 or 7688607. OLE color: 7688607.

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

Color convert

RGB15981117-
CMYK00.490.260.38
HSL332.31º32.5%47.06%-
HSV(B)332.31º49.06%62.35%-
XYZ20.4514.5418.56-
YUV108.43132.84164.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 81 (32.03% from 255) = 22.69%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=44.54%
G=22.69%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598111700.490.260.38332.3132.547.06
Hex9F51750311A2614c202f
Octal23712116506132465144057
Binary1001111110100011110101011000111010100110101001100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,81,117); }

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

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

 a { background-color: rgb(159,81,117); }

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

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

 span { border-color: rgb(159,81,117); }

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