#8C1684

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

Shades of Dark Purple #8C1684

Tints of Dark Purple #8C1684

Color information

#8C1684 (or 0x8C1684) is unknown color: approx Dark Purple. HEX triplet: 8C, 16 and 84. RGB value is (140,22,132). Sum of RGB (Red+Green+Blue) = 140+22+132=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1684 is #73E97B. Grayscale: #454545. Windows color (decimal): -7596412 or 8656524. OLE color: 8656524.

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

Color convert

RGB14022132-
CMYK00.840.060.45
HSL304.07º72.84%31.76%-
HSV(B)304.07º84.29%54.9%-
XYZ15.277.8222.53-
YUV69.82163.09178.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.62%
GREEN value IS 22 (8.98% from 255) = 7.48%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=47.62%
G=7.48%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402213200.840.060.45304.0772.8431.76
Hex8C168405462D1304920
Octal21426204012465546011140
Binary100011001011010000100010101001101011011001100001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,22,132); }

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

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

 a { background-color: rgb(140,22,132); }

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

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

 span { border-color: rgb(140,22,132); }

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