Html Css Color HEX #9E2193 Dark Purple

📋 copy color: '#9E2193'

red 158 ◦ green 33 ◦ blue 147

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

Shades of Dark Purple #9E2193

Tints of Dark Purple #9E2193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 46.75%
G = 9.76%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E2193 (or 0x9E2193) is known color: Dark Purple. HEX triplet: 9E, 21 and 93. RGB value is (158,33,147). Sum of RGB (Red+Green+Blue) = 158+33+147=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2193 is #61DE6C. Grayscale: #535353. Windows color (decimal): -6413933 or 9642398. OLE color: 9642398.

HSL color Cylindrical-coordinate representation of color #9E2193: hue angle of 305.28º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E2193 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 33 147 -
CMYK 0 0.79 0.07 0.38
HSL 305.28º 0.65% 0.37% -
HSV(B) 305.28º 0.79% 0.62% -
XYZ 19.91 10.46 28.57 -
YUV 83.37 163.91 181.23 -
System Red Green Blue C M Y K H S L
Decimal 158 33 147 0 0.79 0.07 0.38 305.28 0.65 0.37
Hex 9E 21 93 0 4F 7 26 131 41 25
Octal 236 41 223 0 117 7 46 461 101 45
Binary 10011110 100001 10010011 0 1001111 111 100110 100110001 1000001 100101

Color Harmonies of #9E2193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2193

Black with #9E2193

Text Example


Text Example

White with #9E2193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,33,147); }

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

background-color css

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

 a { background-color: rgb(158,33,147); }

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

border-color css

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

 span { border-color: rgb(158,33,147); }

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