#8C1D88

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

Shades of Dark Purple #8C1D88

Tints of Dark Purple #8C1D88

Color information

#8C1D88 (or 0x8C1D88) is unknown color: approx Dark Purple. HEX triplet: 8C, 1D and 88. RGB value is (140,29,136). Sum of RGB (Red+Green+Blue) = 140+29+136=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1D88 is #73E277. Grayscale: #4A4A4A. Windows color (decimal): -7594616 or 8920460. OLE color: 8920460.

HSL color Cylindrical-coordinate representation of color #8C1D88: hue angle of 302.16º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1D88 is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB14029136-
CMYK00.790.030.45
HSL302.16º65.68%33.14%-
HSV(B)302.16º79.29%54.9%-
XYZ15.78.2324.05-
YUV74.39162.77174.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=45.90%
G=9.51%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402913600.790.030.45302.1665.6833.14
Hex8C1D8804F32D12e4221
Octal21435210011735545610241
Binary10001100111011000100001001111111011011001011101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,29,136); }

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

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

 a { background-color: rgb(140,29,136); }

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

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

 span { border-color: rgb(140,29,136); }

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