Html Css Color HEX #8E2768 Dark Purple

📋 copy color: '#8E2768'

red 142 ◦ green 39 ◦ blue 104

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

Shades of Dark Purple #8E2768

Tints of Dark Purple #8E2768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 49.82%
G = 13.68%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E2768 (or 0x8E2768) is known color: Dark Purple. HEX triplet: 8E, 27 and 68. RGB value is (142,39,104). Sum of RGB (Red+Green+Blue) = 142+39+104=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2768 is #71D897. Grayscale: #4D4D4D. Windows color (decimal): -7461016 or 6825870. OLE color: 6825870.

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

Color convert

RGB 142 39 104 -
CMYK 0 0.73 0.27 0.44
HSL 322.14º 0.57% 0.35% -
HSV(B) 322.14º 0.73% 0.56% -
XYZ 14.38 8.2 13.92 -
YUV 77.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 142 39 104 0 0.73 0.27 0.44 322.14 0.57 0.35
Hex 8E 27 68 0 49 1B 2C 142 39 23
Octal 216 47 150 0 111 33 54 502 71 43
Binary 10001110 100111 1101000 0 1001001 11011 101100 101000010 111001 100011

Color Harmonies of #8E2768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2768

Black with #8E2768

Text Example


Text Example

White with #8E2768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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