Html Css Color HEX #8E2185 Dark Purple

📋 copy color: '#8E2185'

red 142 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #8E2185

Tints of Dark Purple #8E2185

RGB

 RED value IS 142 (55.86% from 255) = 46.1%

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

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 46.1%
G = 10.71%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E2185 (or 0x8E2185) is known color: Dark Purple. HEX triplet: 8E, 21 and 85. RGB value is (142,33,133). Sum of RGB (Red+Green+Blue) = 142+33+133=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2185 is #71DE7A. Grayscale: #4C4C4C. Windows color (decimal): -7462523 or 8724878. OLE color: 8724878.

HSL color Cylindrical-coordinate representation of color #8E2185: hue angle of 304.95º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2185 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 33 133 -
CMYK 0 0.77 0.06 0.44
HSL 304.95º 0.62% 0.34% -
HSV(B) 304.95º 0.77% 0.56% -
XYZ 15.93 8.53 23 -
YUV 76.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 142 33 133 0 0.77 0.06 0.44 304.95 0.62 0.34
Hex 8E 21 85 0 4D 6 2C 131 3E 22
Octal 216 41 205 0 115 6 54 461 76 42
Binary 10001110 100001 10000101 0 1001101 110 101100 100110001 111110 100010

Color Harmonies of #8E2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2185

Black with #8E2185

Text Example


Text Example

White with #8E2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E2185; }

 p { color: rgb(142,33,133); }

 H1.HeaderClassName
 {
   color: #8E2185;
 }
 .AnyTagClassName
 {
   color: #8E2185;
 }
</style>

background-color css

<style>
 a { background-color: #8E2185; }

 a { background-color: rgb(142,33,133); }

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

border-color css

<style>
 span { border-color: #8E2185; }

 span { border-color: rgb(142,33,133); }

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