#8C3372

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

Shades of Dark Purple #8C3372

Tints of Dark Purple #8C3372

Color information

#8C3372 (or 0x8C3372) is unknown color: approx Dark Purple. HEX triplet: 8C, 33 and 72. RGB value is (140,51,114). Sum of RGB (Red+Green+Blue) = 140+51+114=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3372 is #73CC8D. Grayscale: #545454. Windows color (decimal): -7589006 or 7484300. OLE color: 7484300.

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

Color convert

RGB14051114-
CMYK00.640.190.45
HSL317.53º46.6%37.45%-
HSV(B)317.53º63.57%54.9%-
XYZ15.049.1616.89-
YUV84.79144.49167.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=45.90%
G=16.72%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405111400.640.190.45317.5346.637.45
Hex8C3372040132D13e2f25
Octal21463162010023554765745
Binary1000110011001111100100100000010011101101100111110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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