Html Css Color HEX #8E2286 Dark Purple

📋 copy color: '#8E2286'

red 142 ◦ green 34 ◦ blue 134

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

Shades of Dark Purple #8E2286

Tints of Dark Purple #8E2286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 45.81%
G = 10.97%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E2286 (or 0x8E2286) is known color: Dark Purple. HEX triplet: 8E, 22 and 86. RGB value is (142,34,134). Sum of RGB (Red+Green+Blue) = 142+34+134=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2286 is #71DD79. Grayscale: #4D4D4D. Windows color (decimal): -7462266 or 8790670. OLE color: 8790670.

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

Color convert

RGB 142 34 134 -
CMYK 0 0.76 0.06 0.44
HSL 304.44º 0.61% 0.35% -
HSV(B) 304.44º 0.76% 0.56% -
XYZ 16.03 8.62 23.37 -
YUV 77.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 142 34 134 0 0.76 0.06 0.44 304.44 0.61 0.35
Hex 8E 22 86 0 4C 6 2C 130 3D 23
Octal 216 42 206 0 114 6 54 460 75 43
Binary 10001110 100010 10000110 0 1001100 110 101100 100110000 111101 100011

Color Harmonies of #8E2286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2286

Black with #8E2286

Text Example


Text Example

White with #8E2286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,34,134); }

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

background-color css

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

 a { background-color: rgb(142,34,134); }

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

border-color css

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

 span { border-color: rgb(142,34,134); }

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