Html Css Color HEX #9E2370 Dark Purple

📋 copy color: '#9E2370'

red 158 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #9E2370

Tints of Dark Purple #9E2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 51.8%
G = 11.48%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E2370 (or 0x9E2370) is known color: Dark Purple. HEX triplet: 9E, 23 and 70. RGB value is (158,35,112). Sum of RGB (Red+Green+Blue) = 158+35+112=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2370 is #61DC8F. Grayscale: #505050. Windows color (decimal): -6413456 or 7349150. OLE color: 7349150.

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

Color convert

RGB 158 35 112 -
CMYK 0 0.78 0.29 0.38
HSL 322.44º 0.64% 0.38% -
HSV(B) 322.44º 0.78% 0.62% -
XYZ 17.63 9.64 16.26 -
YUV 80.56 145.75 183.24 -
System Red Green Blue C M Y K H S L
Decimal 158 35 112 0 0.78 0.29 0.38 322.44 0.64 0.38
Hex 9E 23 70 0 4E 1D 26 142 40 26
Octal 236 43 160 0 116 35 46 502 100 46
Binary 10011110 100011 1110000 0 1001110 11101 100110 101000010 1000000 100110

Color Harmonies of #9E2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2370

Black with #9E2370

Text Example


Text Example

White with #9E2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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