#8A336E

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

Shades of Dark Purple #8A336E

Tints of Dark Purple #8A336E

Color information

#8A336E (or 0x8A336E) is unknown color: approx Dark Purple. HEX triplet: 8A, 33 and 6E. RGB value is (138,51,110). Sum of RGB (Red+Green+Blue) = 138+51+110=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A336E is #75CC91. Grayscale: #535353. Windows color (decimal): -7720082 or 7222154. OLE color: 7222154.

HSL color Cylindrical-coordinate representation of color #8A336E: hue angle of 319.31º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A336E is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB13851110-
CMYK00.630.200.46
HSL319.31º46.03%37.06%-
HSV(B)319.31º63.04%54.12%-
XYZ14.488.915.71-
YUV83.74142.82166.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=46.15%
G=17.06%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385111000.630.200.46319.3146.0337.06
Hex8A336E03F142E13f2e25
Octal2126315607724564775645
Binary100010101100111101110011111110100101110100111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,51,110); }

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

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

 a { background-color: rgb(138,51,110); }

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

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

 span { border-color: rgb(138,51,110); }

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