#8C3270

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

Shades of Dark Purple #8C3270

Tints of Dark Purple #8C3270

Color information

#8C3270 (or 0x8C3270) is unknown color: approx Dark Purple. HEX triplet: 8C, 32 and 70. RGB value is (140,50,112). Sum of RGB (Red+Green+Blue) = 140+50+112=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3270 is #73CD8F. Grayscale: #535353. Windows color (decimal): -7589264 or 7352972. OLE color: 7352972.

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

Color convert

RGB14050112-
CMYK00.640.200.45
HSL318.67º47.37%37.25%-
HSV(B)318.67º64.29%54.9%-
XYZ14.889.0316.29-
YUV83.98143.82167.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=46.36%
G=16.56%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405011200.640.200.45318.6747.3737.25
Hex8C3270040142D13f2f25
Octal21462160010024554775745
Binary1000110011001011100000100000010100101101100111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,50,112); }

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

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

 a { background-color: rgb(140,50,112); }

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

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

 span { border-color: rgb(140,50,112); }

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