Html Css Color HEX #8E1B68 Dark Purple

📋 copy color: '#8E1B68'

red 142 ◦ green 27 ◦ blue 104

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

Shades of Dark Purple #8E1B68

Tints of Dark Purple #8E1B68

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 52.01%
G = 9.89%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E1B68 (or 0x8E1B68) is known color: Dark Purple. HEX triplet: 8E, 1B and 68. RGB value is (142,27,104). Sum of RGB (Red+Green+Blue) = 142+27+104=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B68 is #71E497. Grayscale: #454545. Windows color (decimal): -7464088 or 6822798. OLE color: 6822798.

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

Color convert

RGB 142 27 104 -
CMYK 0 0.81 0.27 0.44
HSL 319.83º 0.68% 0.33% -
HSV(B) 319.83º 0.81% 0.56% -
XYZ 14.05 7.53 13.81 -
YUV 70.16 147.1 179.24 -
System Red Green Blue C M Y K H S L
Decimal 142 27 104 0 0.81 0.27 0.44 319.83 0.68 0.33
Hex 8E 1B 68 0 51 1B 2C 140 44 21
Octal 216 33 150 0 121 33 54 500 104 41
Binary 10001110 11011 1101000 0 1010001 11011 101100 101000000 1000100 100001

Color Harmonies of #8E1B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B68

Black with #8E1B68

Text Example


Text Example

White with #8E1B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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