Html Css Color HEX #9E2093 Dark Purple

📋 copy color: '#9E2093'

red 158 ◦ green 32 ◦ blue 147

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

Shades of Dark Purple #9E2093

Tints of Dark Purple #9E2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

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

R = 46.88%
G = 9.5%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E2093 (or 0x9E2093) is known color: Dark Purple. HEX triplet: 9E, 20 and 93. RGB value is (158,32,147). Sum of RGB (Red+Green+Blue) = 158+32+147=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2093 is #61DF6C. Grayscale: #525252. Windows color (decimal): -6414189 or 9642142. OLE color: 9642142.

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

Color convert

RGB 158 32 147 -
CMYK 0 0.80 0.07 0.38
HSL 305.24º 0.66% 0.37% -
HSV(B) 305.24º 0.8% 0.62% -
XYZ 19.88 10.41 28.56 -
YUV 82.78 164.24 181.65 -
System Red Green Blue C M Y K H S L
Decimal 158 32 147 0 0.80 0.07 0.38 305.24 0.66 0.37
Hex 9E 20 93 0 50 7 26 131 42 25
Octal 236 40 223 0 120 7 46 461 102 45
Binary 10011110 100000 10010011 0 1010000 111 100110 100110001 1000010 100101

Color Harmonies of #9E2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2093

Black with #9E2093

Text Example


Text Example

White with #9E2093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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