Html Css Color HEX #9E2B93 Dark Purple

📋 copy color: '#9E2B93'

red 158 ◦ green 43 ◦ blue 147

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

Shades of Dark Purple #9E2B93

Tints of Dark Purple #9E2B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

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

R = 45.4%
G = 12.36%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E2B93 (or 0x9E2B93) is known color: Dark Purple. HEX triplet: 9E, 2B and 93. RGB value is (158,43,147). Sum of RGB (Red+Green+Blue) = 158+43+147=348 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.40% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2B93 is #61D46C. Grayscale: #585858. Windows color (decimal): -6411373 or 9644958. OLE color: 9644958.

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

Color convert

RGB 158 43 147 -
CMYK 0 0.73 0.07 0.38
HSL 305.74º 0.57% 0.39% -
HSV(B) 305.74º 0.73% 0.62% -
XYZ 20.23 11.1 28.68 -
YUV 89.24 160.6 177.04 -
System Red Green Blue C M Y K H S L
Decimal 158 43 147 0 0.73 0.07 0.38 305.74 0.57 0.39
Hex 9E 2B 93 0 49 7 26 132 39 27
Octal 236 53 223 0 111 7 46 462 71 47
Binary 10011110 101011 10010011 0 1001001 111 100110 100110010 111001 100111

Color Harmonies of #9E2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2B93

Black with #9E2B93

Text Example


Text Example

White with #9E2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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