#8C1567

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

Shades of Dark Purple #8C1567

Tints of Dark Purple #8C1567

Color information

#8C1567 (or 0x8C1567) is unknown color: approx Dark Purple. HEX triplet: 8C, 15 and 67. RGB value is (140,21,103). Sum of RGB (Red+Green+Blue) = 140+21+103=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1567 is #73EA98. Grayscale: #414141. Windows color (decimal): -7596697 or 6755724. OLE color: 6755724.

HSL color Cylindrical-coordinate representation of color #8C1567: hue angle of 318.66º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1567 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB14021103-
CMYK00.850.260.45
HSL318.66º73.91%31.57%-
HSV(B)318.66º85%54.9%-
XYZ13.537.0913.49-
YUV65.93148.92180.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.03%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=53.03%
G=7.95%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402110300.850.260.45318.6673.9131.57
Hex8C15670551A2D13f4a20
Octal214251470125325547711240
Binary1000110010101110011101010101110101011011001111111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,21,103); }

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

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

 a { background-color: rgb(140,21,103); }

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

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

 span { border-color: rgb(140,21,103); }

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