#8F204D

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

Shades of Disco #8F204D

Tints of Disco #8F204D

Color information

#8F204D (or 0x8F204D) is unknown color: approx Disco. HEX triplet: 8F, 20 and 4D. RGB value is (143,32,77). Sum of RGB (Red+Green+Blue) = 143+32+77=252 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.75% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 143 - color contains mainly: red. Hex color #8F204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F204D is #70DFB2. Grayscale: #464646. Windows color (decimal): -7397299 or 5054607. OLE color: 5054607.

HSL color Cylindrical-coordinate representation of color #8F204D: hue angle of 335.68º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F204D is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1433277-
CMYK00.780.460.44
HSL335.68º63.43%34.31%-
HSV(B)335.68º77.62%56.08%-
XYZ13.187.417.76-
YUV70.32131.77179.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.75%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=56.75%
G=12.70%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143327700.780.460.44335.6863.4334.31
Hex8F204D04E2E2C1503f22
Octal21740115011656545207742
Binary10001111100000100110101001110101110101100101010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,32,77); }

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

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

 a { background-color: rgb(143,32,77); }

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

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

 span { border-color: rgb(143,32,77); }

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