Html Css Color HEX #9E208D Dark Purple

📋 copy color: '#9E208D'

red 158 ◦ green 32 ◦ blue 141

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

Shades of Dark Purple #9E208D

Tints of Dark Purple #9E208D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.6%

R = 47.73%
G = 9.67%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E208D (or 0x9E208D) is known color: Dark Purple. HEX triplet: 9E, 20 and 8D. RGB value is (158,32,141). Sum of RGB (Red+Green+Blue) = 158+32+141=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E208D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E208D is #61DF72. Grayscale: #515151. Windows color (decimal): -6414195 or 9248926. OLE color: 9248926.

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

Color convert

RGB 158 32 141 -
CMYK 0 0.80 0.11 0.38
HSL 308.1º 0.66% 0.37% -
HSV(B) 308.1º 0.8% 0.62% -
XYZ 19.42 10.23 26.15 -
YUV 82.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 158 32 141 0 0.80 0.11 0.38 308.1 0.66 0.37
Hex 9E 20 8D 0 50 B 26 134 42 25
Octal 236 40 215 0 120 13 46 464 102 45
Binary 10011110 100000 10001101 0 1010000 1011 100110 100110100 1000010 100101

Color Harmonies of #9E208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E208D

Black with #9E208D

Text Example


Text Example

White with #9E208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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