#9E487F

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

Shades of Royal Heath #9E487F

Tints of Royal Heath #9E487F

Color information

#9E487F (or 0x9E487F) is unknown color: approx Royal Heath. HEX triplet: 9E, 48 and 7F. RGB value is (158,72,127). Sum of RGB (Red+Green+Blue) = 158+72+127=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E487F is #61B780. Grayscale: #676767. Windows color (decimal): -6403969 or 8341662. OLE color: 8341662.

HSL color Cylindrical-coordinate representation of color #9E487F: hue angle of 321.63º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E487F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB15872127-
CMYK00.540.200.38
HSL321.63º37.39%45.1%-
HSV(B)321.63º54.43%61.96%-
XYZ20.2513.4421.6-
YUV103.98140.99166.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 127 (50% from 255) = 35.57%
R=44.26%
G=20.17%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587212700.540.200.38321.6337.3945.1
Hex9E487F0361426142252d
Octal23611017706624465024555
Binary1001111010010001111111011011010100100110101000010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,72,127); }

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

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

 a { background-color: rgb(158,72,127); }

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

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

 span { border-color: rgb(158,72,127); }

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