Html Css Color HEX #8E3381 Dark Purple

📋 copy color: '#8E3381'

red 142 ◦ green 51 ◦ blue 129

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

Shades of Dark Purple #8E3381

Tints of Dark Purple #8E3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.84%

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 44.1%
G = 15.84%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E3381 (or 0x8E3381) is known color: Dark Purple. HEX triplet: 8E, 33 and 81. RGB value is (142,51,129). Sum of RGB (Red+Green+Blue) = 142+51+129=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3381 is #71CC7E. Grayscale: #565656. Windows color (decimal): -7457919 or 8467342. OLE color: 8467342.

HSL color Cylindrical-coordinate representation of color #8E3381: hue angle of 308.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3381 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 51 129 -
CMYK 0 0.64 0.09 0.44
HSL 308.57º 0.47% 0.38% -
HSV(B) 308.57º 0.64% 0.56% -
XYZ 16.3 9.7 21.78 -
YUV 87.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 142 51 129 0 0.64 0.09 0.44 308.57 0.47 0.38
Hex 8E 33 81 0 40 9 2C 135 2F 26
Octal 216 63 201 0 100 11 54 465 57 46
Binary 10001110 110011 10000001 0 1000000 1001 101100 100110101 101111 100110

Color Harmonies of #8E3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3381

Black with #8E3381

Text Example


Text Example

White with #8E3381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,51,129); }

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

background-color css

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

 a { background-color: rgb(142,51,129); }

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

border-color css

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

 span { border-color: rgb(142,51,129); }

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