#8E336D

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

Shades of Dark Purple #8E336D

Tints of Dark Purple #8E336D

Color information

#8E336D (or 0x8E336D) is unknown color: approx Dark Purple. HEX triplet: 8E, 33 and 6D. RGB value is (142,51,109). Sum of RGB (Red+Green+Blue) = 142+51+109=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E336D is #71CC92. Grayscale: #545454. Windows color (decimal): -7457939 or 7156622. OLE color: 7156622.

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

Color convert

RGB14251109-
CMYK00.640.230.44
HSL321.76º47.15%37.84%-
HSV(B)321.76º64.08%55.69%-
XYZ15.19.2215.45-
YUV84.82141.65168.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.02%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=47.02%
G=16.89%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1425110900.640.230.44321.7647.1537.84
Hex8E336D040172C1422f26
Octal21663155010027545025746
Binary1000111011001111011010100000010111101100101000010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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