#9E467F

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

Shades of Royal Heath #9E467F

Tints of Royal Heath #9E467F

Color information

#9E467F (or 0x9E467F) is unknown color: approx Royal Heath. HEX triplet: 9E, 46 and 7F. RGB value is (158,70,127). Sum of RGB (Red+Green+Blue) = 158+70+127=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E467F is #61B980. Grayscale: #666666. Windows color (decimal): -6404481 or 8341150. OLE color: 8341150.

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

Color convert

RGB15870127-
CMYK00.560.200.38
HSL321.14º38.6%44.71%-
HSV(B)321.14º55.7%61.96%-
XYZ20.1213.1821.56-
YUV102.81141.65167.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 127 (50% from 255) = 35.77%
R=44.51%
G=19.72%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587012700.560.200.38321.1438.644.71
Hex9E467F0381426141272d
Octal23610617707024465014755
Binary1001111010001101111111011100010100100110101000001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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