Html Css Color HEX #8E2466 Dark Purple

📋 copy color: '#8E2466'

red 142 ◦ green 36 ◦ blue 102

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

Shades of Dark Purple #8E2466

Tints of Dark Purple #8E2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

 BLUE value IS 102 (40.23% from 255) = 36.43%

R = 50.71%
G = 12.86%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E2466 (or 0x8E2466) is known color: Dark Purple. HEX triplet: 8E, 24 and 66. RGB value is (142,36,102). Sum of RGB (Red+Green+Blue) = 142+36+102=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2466 is #71DB99. Grayscale: #4B4B4B. Windows color (decimal): -7461786 or 6694030. OLE color: 6694030.

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

Color convert

RGB 142 36 102 -
CMYK 0 0.75 0.28 0.44
HSL 322.64º 0.6% 0.35% -
HSV(B) 322.64º 0.75% 0.56% -
XYZ 14.18 7.97 13.36 -
YUV 75.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 142 36 102 0 0.75 0.28 0.44 322.64 0.6 0.35
Hex 8E 24 66 0 4B 1C 2C 143 3C 23
Octal 216 44 146 0 113 34 54 503 74 43
Binary 10001110 100100 1100110 0 1001011 11100 101100 101000011 111100 100011

Color Harmonies of #8E2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2466

Black with #8E2466

Text Example


Text Example

White with #8E2466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,36,102); }

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

background-color css

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

 a { background-color: rgb(142,36,102); }

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

border-color css

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

 span { border-color: rgb(142,36,102); }

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