Html Css Color HEX #8E1768 Dark Purple

📋 copy color: '#8E1768'

red 142 ◦ green 23 ◦ blue 104

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

Shades of Dark Purple #8E1768

Tints of Dark Purple #8E1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

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

R = 52.79%
G = 8.55%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E1768 (or 0x8E1768) is known color: Dark Purple. HEX triplet: 8E, 17 and 68. RGB value is (142,23,104). Sum of RGB (Red+Green+Blue) = 142+23+104=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 104 (41.02% from 255 or 38.66% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1768 is #71E897. Grayscale: #434343. Windows color (decimal): -7465112 or 6821774. OLE color: 6821774.

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

Color convert

RGB 142 23 104 -
CMYK 0 0.84 0.27 0.44
HSL 319.16º 0.72% 0.32% -
HSV(B) 319.16º 0.84% 0.56% -
XYZ 13.96 7.36 13.78 -
YUV 67.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 142 23 104 0 0.84 0.27 0.44 319.16 0.72 0.32
Hex 8E 17 68 0 54 1B 2C 13F 48 20
Octal 216 27 150 0 124 33 54 477 110 40
Binary 10001110 10111 1101000 0 1010100 11011 101100 100111111 1001000 100000

Color Harmonies of #8E1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1768

Black with #8E1768

Text Example


Text Example

White with #8E1768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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