#8C214C

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

Shades of Disco #8C214C

Tints of Disco #8C214C

Color information

#8C214C (or 0x8C214C) is unknown color: approx Disco. HEX triplet: 8C, 21 and 4C. RGB value is (140,33,76). Sum of RGB (Red+Green+Blue) = 140+33+76=249 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.22% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 140 - color contains mainly: red. Hex color #8C214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C214C is #73DEB3. Grayscale: #454545. Windows color (decimal): -7593652 or 4989324. OLE color: 4989324.

HSL color Cylindrical-coordinate representation of color #8C214C: hue angle of 335.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C214C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1403376-
CMYK00.760.460.45
HSL335.89º61.85%33.92%-
HSV(B)335.89º76.43%54.9%-
XYZ12.667.187.56-
YUV69.9131.45178-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56.22%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=56.22%
G=13.25%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140337600.760.460.45335.8961.8533.92
Hex8C214C04C2E2D1503e22
Octal21441114011456555207642
Binary10001100100001100110001001100101110101101101010000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,33,76); }

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

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

 a { background-color: rgb(140,33,76); }

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

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

 span { border-color: rgb(140,33,76); }

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