Html Css Color HEX #8E256D Dark Purple

📋 copy color: '#8E256D'

red 142 ◦ green 37 ◦ blue 109

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

Shades of Dark Purple #8E256D

Tints of Dark Purple #8E256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 49.31%
G = 12.85%
B = 37.85%

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

#8E256D (or 0x8E256D) is known color: Dark Purple. HEX triplet: 8E, 25 and 6D. RGB value is (142,37,109). Sum of RGB (Red+Green+Blue) = 142+37+109=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E256D is #71DA92. Grayscale: #4C4C4C. Windows color (decimal): -7461523 or 7153038. OLE color: 7153038.

HSL color Cylindrical-coordinate representation of color #8E256D: hue angle of 318.86º 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 #8E256D is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 37 109 -
CMYK 0 0.74 0.23 0.44
HSL 318.86º 0.59% 0.35% -
HSV(B) 318.86º 0.74% 0.56% -
XYZ 14.58 8.18 15.28 -
YUV 76.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 142 37 109 0 0.74 0.23 0.44 318.86 0.59 0.35
Hex 8E 25 6D 0 4A 17 2C 13F 3B 23
Octal 216 45 155 0 112 27 54 477 73 43
Binary 10001110 100101 1101101 0 1001010 10111 101100 100111111 111011 100011

Color Harmonies of #8E256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E256D

Black with #8E256D

Text Example


Text Example

White with #8E256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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