Html Css Color HEX #9E2D8E Dark Purple

📋 copy color: '#9E2D8E'

red 158 ◦ green 45 ◦ blue 142

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

Shades of Dark Purple #9E2D8E

Tints of Dark Purple #9E2D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.04%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 45.8%
G = 13.04%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#9E2D8E (or 0x9E2D8E) is known color: Dark Purple. HEX triplet: 9E, 2D and 8E. RGB value is (158,45,142). Sum of RGB (Red+Green+Blue) = 158+45+142=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2D8E is #61D271. Grayscale: #595959. Windows color (decimal): -6410866 or 9317790. OLE color: 9317790.

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

Color convert

RGB 158 45 142 -
CMYK 0 0.72 0.10 0.38
HSL 308.5º 0.56% 0.4% -
HSV(B) 308.5º 0.72% 0.62% -
XYZ 19.92 11.1 26.68 -
YUV 89.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 158 45 142 0 0.72 0.10 0.38 308.5 0.56 0.4
Hex 9E 2D 8E 0 48 A 26 134 38 28
Octal 236 55 216 0 110 12 46 464 70 50
Binary 10011110 101101 10001110 0 1001000 1010 100110 100110100 111000 101000

Color Harmonies of #9E2D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2D8E

Black with #9E2D8E

Text Example


Text Example

White with #9E2D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,45,142); }

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

background-color css

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

 a { background-color: rgb(158,45,142); }

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

border-color css

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

 span { border-color: rgb(158,45,142); }

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