#9F5278

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

Shades of Royal Heath #9F5278

Tints of Royal Heath #9F5278

Color information

#9F5278 (or 0x9F5278) is unknown color: approx Royal Heath. HEX triplet: 9F, 52 and 78. RGB value is (159,82,120). Sum of RGB (Red+Green+Blue) = 159+82+120=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5278 is #60AD87. Grayscale: #6D6D6D. Windows color (decimal): -6335880 or 7885471. OLE color: 7885471.

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

Color convert

RGB15982120-
CMYK00.480.250.38
HSL330.39º31.95%47.25%-
HSV(B)330.39º48.43%62.35%-
XYZ20.7114.7619.53-
YUV109.35134.01163.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.04%
GREEN value IS 82 (32.42% from 255) = 22.71%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=44.04%
G=22.71%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598212000.480.250.38330.3931.9547.25
Hex9F5278030192614a202f
Octal23712217006031465124057
Binary1001111110100101111000011000011001100110101001010100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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