#9E3C58

Color #9E3C58 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #9E3C58

Tints of Night Shadz #9E3C58

Color information

#9E3C58 (or 0x9E3C58) is unknown color: approx Night Shadz. HEX triplet: 9E, 3C and 58. RGB value is (158,60,88). Sum of RGB (Red+Green+Blue) = 158+60+88=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E3C58 is #61C3A7. Grayscale: #5C5C5C. Windows color (decimal): -6407080 or 5782686. OLE color: 5782686.

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

Color convert

RGB1586088-
CMYK00.620.440.38
HSL342.86º44.95%42.75%-
HSV(B)342.86º62.03%61.96%-
XYZ17.4811.2110.47-
YUV92.49125.47174.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 88 (34.77% from 255) = 28.76%
R=51.63%
G=19.61%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158608800.620.440.38342.8644.9542.75
Hex9E3C5803E2C261572d2b
Octal2367413007654465275553
Binary1001111011110010110000111110101100100110101010111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,60,88); }

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

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

 a { background-color: rgb(158,60,88); }

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

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

 span { border-color: rgb(158,60,88); }

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