Html Css Color HEX #8E256E Dark Purple

📋 copy color: '#8E256E'

red 142 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #8E256E

Tints of Dark Purple #8E256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 49.13%
G = 12.8%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E256E (or 0x8E256E) is known color: Dark Purple. HEX triplet: 8E, 25 and 6E. RGB value is (142,37,110). Sum of RGB (Red+Green+Blue) = 142+37+110=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E256E is #71DA91. Grayscale: #4C4C4C. Windows color (decimal): -7461522 or 7218574. OLE color: 7218574.

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

Color convert

RGB 142 37 110 -
CMYK 0 0.74 0.23 0.44
HSL 318.29º 0.59% 0.35% -
HSV(B) 318.29º 0.74% 0.56% -
XYZ 14.63 8.2 15.56 -
YUV 76.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 142 37 110 0 0.74 0.23 0.44 318.29 0.59 0.35
Hex 8E 25 6E 0 4A 17 2C 13E 3B 23
Octal 216 45 156 0 112 27 54 476 73 43
Binary 10001110 100101 1101110 0 1001010 10111 101100 100111110 111011 100011

Color Harmonies of #8E256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E256E

Black with #8E256E

Text Example


Text Example

White with #8E256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,110); }

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

background-color css

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

 a { background-color: rgb(142,37,110); }

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

border-color css

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

 span { border-color: rgb(142,37,110); }

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