Html Css Color HEX #8E3382 Dark Purple

📋 copy color: '#8E3382'

red 142 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #8E3382

Tints of Dark Purple #8E3382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 43.96%
G = 15.79%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E3382 (or 0x8E3382) is known color: Dark Purple. HEX triplet: 8E, 33 and 82. RGB value is (142,51,130). Sum of RGB (Red+Green+Blue) = 142+51+130=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3382 is #71CC7D. Grayscale: #565656. Windows color (decimal): -7457918 or 8532878. OLE color: 8532878.

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

Color convert

RGB 142 51 130 -
CMYK 0 0.64 0.08 0.44
HSL 307.91º 0.47% 0.38% -
HSV(B) 307.91º 0.64% 0.56% -
XYZ 16.37 9.73 22.13 -
YUV 87.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 142 51 130 0 0.64 0.08 0.44 307.91 0.47 0.38
Hex 8E 33 82 0 40 8 2C 134 2F 26
Octal 216 63 202 0 100 10 54 464 57 46
Binary 10001110 110011 10000010 0 1000000 1000 101100 100110100 101111 100110

Color Harmonies of #8E3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3382

Black with #8E3382

Text Example


Text Example

White with #8E3382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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