#8C3376

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

Shades of Dark Purple #8C3376

Tints of Dark Purple #8C3376

Color information

#8C3376 (or 0x8C3376) is unknown color: approx Dark Purple. HEX triplet: 8C, 33 and 76. RGB value is (140,51,118). Sum of RGB (Red+Green+Blue) = 140+51+118=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3376 is #73CC89. Grayscale: #555555. Windows color (decimal): -7589002 or 7746444. OLE color: 7746444.

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

Color convert

RGB14051118-
CMYK00.640.160.45
HSL314.83º46.6%37.45%-
HSV(B)314.83º63.57%54.9%-
XYZ15.279.2518.12-
YUV85.25146.49167.05-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.31%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=45.31%
G=16.50%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405111800.640.160.45314.8346.637.45
Hex8C3376040102D13b2f25
Octal21463166010020554735745
Binary1000110011001111101100100000010000101101100111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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