Html Css Color HEX #8E2668 Dark Purple

📋 copy color: '#8E2668'

red 142 ◦ green 38 ◦ blue 104

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

Shades of Dark Purple #8E2668

Tints of Dark Purple #8E2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 50%
G = 13.38%
B = 36.62%

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

#8E2668 (or 0x8E2668) is known color: Dark Purple. HEX triplet: 8E, 26 and 68. RGB value is (142,38,104). Sum of RGB (Red+Green+Blue) = 142+38+104=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2668 is #71D997. Grayscale: #4C4C4C. Windows color (decimal): -7461272 or 6825614. OLE color: 6825614.

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

Color convert

RGB 142 38 104 -
CMYK 0 0.73 0.27 0.44
HSL 321.92º 0.58% 0.35% -
HSV(B) 321.92º 0.73% 0.56% -
XYZ 14.35 8.14 13.91 -
YUV 76.62 143.46 174.63 -
System Red Green Blue C M Y K H S L
Decimal 142 38 104 0 0.73 0.27 0.44 321.92 0.58 0.35
Hex 8E 26 68 0 49 1B 2C 142 3A 23
Octal 216 46 150 0 111 33 54 502 72 43
Binary 10001110 100110 1101000 0 1001001 11011 101100 101000010 111010 100011

Color Harmonies of #8E2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2668

Black with #8E2668

Text Example


Text Example

White with #8E2668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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