Html Css Color HEX #8E2883 Dark Purple

📋 copy color: '#8E2883'

red 142 ◦ green 40 ◦ blue 131

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

Shades of Dark Purple #8E2883

Tints of Dark Purple #8E2883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

 BLUE value IS 131 (51.56% from 255) = 41.85%

R = 45.37%
G = 12.78%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E2883 (or 0x8E2883) is known color: Dark Purple. HEX triplet: 8E, 28 and 83. RGB value is (142,40,131). Sum of RGB (Red+Green+Blue) = 142+40+131=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2883 is #71D77C. Grayscale: #505050. Windows color (decimal): -7460733 or 8595598. OLE color: 8595598.

HSL color Cylindrical-coordinate representation of color #8E2883: hue angle of 306.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2883 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 40 131 -
CMYK 0 0.72 0.08 0.44
HSL 306.47º 0.56% 0.36% -
HSV(B) 306.47º 0.72% 0.56% -
XYZ 16.01 8.91 22.35 -
YUV 80.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 142 40 131 0 0.72 0.08 0.44 306.47 0.56 0.36
Hex 8E 28 83 0 48 8 2C 132 38 24
Octal 216 50 203 0 110 10 54 462 70 44
Binary 10001110 101000 10000011 0 1001000 1000 101100 100110010 111000 100100

Color Harmonies of #8E2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2883

Black with #8E2883

Text Example


Text Example

White with #8E2883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,131); }

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

background-color css

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

 a { background-color: rgb(142,40,131); }

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

border-color css

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

 span { border-color: rgb(142,40,131); }

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