#8E3283

Color #8E3283 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E3283

Tints of Dark Purple #8E3283

Color information

#8E3283 (or 0x8E3283) is unknown color: approx Dark Purple. HEX triplet: 8E, 32 and 83. RGB value is (142,50,131). Sum of RGB (Red+Green+Blue) = 142+50+131=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3283 is #71CD7C. Grayscale: #565656. Windows color (decimal): -7458173 or 8598158. OLE color: 8598158.

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

Color convert

RGB14250131-
CMYK00.650.080.44
HSL307.17º47.92%37.65%-
HSV(B)307.17º64.79%55.69%-
XYZ16.399.6722.48-
YUV86.74152.98167.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.96%
GREEN value IS 50 (19.92% from 255) = 15.48%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=43.96%
G=15.48%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425013100.650.080.44307.1747.9237.65
Hex8E328304182C1333026
Octal21662203010110544636046
Binary1000111011001010000011010000011000101100100110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,131); }

 H1.HeaderClassName
 {
   color: #8E3283;
 }
 .AnyTagClassName
 {
   color: #8E3283;
 }
</style>
background-color css

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

 a { background-color: rgb(142,50,131); }

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

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

 span { border-color: rgb(142,50,131); }

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