Html Css Color HEX #8E2068 Dark Purple

📋 copy color: '#8E2068'

red 142 ◦ green 32 ◦ blue 104

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

Shades of Dark Purple #8E2068

Tints of Dark Purple #8E2068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.41%

R = 51.08%
G = 11.51%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E2068 (or 0x8E2068) is known color: Dark Purple. HEX triplet: 8E, 20 and 68. RGB value is (142,32,104). Sum of RGB (Red+Green+Blue) = 142+32+104=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2068 is #71DF97. Grayscale: #484848. Windows color (decimal): -7462808 or 6824078. OLE color: 6824078.

HSL color Cylindrical-coordinate representation of color #8E2068: hue angle of 320.73º degrees, saturation: 0.63, 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 #8E2068 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 32 104 -
CMYK 0 0.77 0.27 0.44
HSL 320.73º 0.63% 0.34% -
HSV(B) 320.73º 0.77% 0.56% -
XYZ 14.17 7.78 13.85 -
YUV 73.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 142 32 104 0 0.77 0.27 0.44 320.73 0.63 0.34
Hex 8E 20 68 0 4D 1B 2C 141 3F 22
Octal 216 40 150 0 115 33 54 501 77 42
Binary 10001110 100000 1101000 0 1001101 11011 101100 101000001 111111 100010

Color Harmonies of #8E2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2068

Black with #8E2068

Text Example


Text Example

White with #8E2068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,32,104); }

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

background-color css

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

 a { background-color: rgb(142,32,104); }

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

border-color css

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

 span { border-color: rgb(142,32,104); }

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