Html Css Color HEX #9E2470 Dark Purple

📋 copy color: '#9E2470'

red 158 ◦ green 36 ◦ blue 112

#9E2470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #9E2470

Tints of Dark Purple #9E2470

RGB

 RED value IS 158 (62.11% from 255) = 51.63%

 GREEN value IS 36 (14.45% from 255) = 11.76%

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 51.63%
G = 11.76%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E2470 (or 0x9E2470) is known color: Dark Purple. HEX triplet: 9E, 24 and 70. RGB value is (158,36,112). Sum of RGB (Red+Green+Blue) = 158+36+112=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2470 is #61DB8F. Grayscale: #505050. Windows color (decimal): -6413200 or 7349406. OLE color: 7349406.

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

Color convert

RGB 158 36 112 -
CMYK 0 0.77 0.29 0.38
HSL 322.62º 0.63% 0.38% -
HSV(B) 322.62º 0.77% 0.62% -
XYZ 17.66 9.7 16.27 -
YUV 81.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 158 36 112 0 0.77 0.29 0.38 322.62 0.63 0.38
Hex 9E 24 70 0 4D 1D 26 143 3F 26
Octal 236 44 160 0 115 35 46 503 77 46
Binary 10011110 100100 1110000 0 1001101 11101 100110 101000011 111111 100110

Color Harmonies of #9E2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2470

Black with #9E2470

Text Example


Text Example

White with #9E2470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,36,112); }

 H1.HeaderClassName
 {
   color: #9E2470;
 }
 .AnyTagClassName
 {
   color: #9E2470;
 }
</style>

background-color css

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

 a { background-color: rgb(158,36,112); }

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

border-color css

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

 span { border-color: rgb(158,36,112); }

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