Html Css Color HEX #9E2087 Dark Purple

📋 copy color: '#9E2087'

red 158 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #9E2087

Tints of Dark Purple #9E2087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.54%

R = 48.62%
G = 9.85%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E2087 (or 0x9E2087) is known color: Dark Purple. HEX triplet: 9E, 20 and 87. RGB value is (158,32,135). Sum of RGB (Red+Green+Blue) = 158+32+135=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2087 is #61DF78. Grayscale: #515151. Windows color (decimal): -6414201 or 8855710. OLE color: 8855710.

HSL color Cylindrical-coordinate representation of color #9E2087: hue angle of 310.95º 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 #9E2087 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 32 135 -
CMYK 0 0.80 0.15 0.38
HSL 310.95º 0.66% 0.37% -
HSV(B) 310.95º 0.8% 0.62% -
XYZ 18.99 10.05 23.86 -
YUV 81.42 158.24 182.62 -
System Red Green Blue C M Y K H S L
Decimal 158 32 135 0 0.80 0.15 0.38 310.95 0.66 0.37
Hex 9E 20 87 0 50 F 26 137 42 25
Octal 236 40 207 0 120 17 46 467 102 45
Binary 10011110 100000 10000111 0 1010000 1111 100110 100110111 1000010 100101

Color Harmonies of #9E2087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2087

Black with #9E2087

Text Example


Text Example

White with #9E2087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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