#8C336C

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

Shades of Dark Purple #8C336C

Tints of Dark Purple #8C336C

Color information

#8C336C (or 0x8C336C) is unknown color: approx Dark Purple. HEX triplet: 8C, 33 and 6C. RGB value is (140,51,108). Sum of RGB (Red+Green+Blue) = 140+51+108=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C336C is #73CC93. Grayscale: #535353. Windows color (decimal): -7589012 or 7091084. OLE color: 7091084.

HSL color Cylindrical-coordinate representation of color #8C336C: hue angle of 321.57º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C336C is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14051108-
CMYK00.640.230.45
HSL321.57º46.6%37.45%-
HSV(B)321.57º63.57%54.9%-
XYZ14.719.0315.15-
YUV84.11141.49167.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.82%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=46.82%
G=17.06%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405110800.640.230.45321.5746.637.45
Hex8C336C040172D1422f25
Octal21463154010027555025745
Binary1000110011001111011000100000010111101101101000010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,108); }

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

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

 a { background-color: rgb(140,51,108); }

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

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

 span { border-color: rgb(140,51,108); }

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