#8A204D

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

Shades of Disco #8A204D

Tints of Disco #8A204D

Color information

#8A204D (or 0x8A204D) is unknown color: approx Disco. HEX triplet: 8A, 20 and 4D. RGB value is (138,32,77). Sum of RGB (Red+Green+Blue) = 138+32+77=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A204D is #75DFB2. Grayscale: #444444. Windows color (decimal): -7724979 or 5054602. OLE color: 5054602.

HSL color Cylindrical-coordinate representation of color #8A204D: hue angle of 334.53º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A204D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1383277-
CMYK00.770.440.46
HSL334.53º62.35%33.33%-
HSV(B)334.53º76.81%54.12%-
XYZ12.346.977.72-
YUV68.82132.62177.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=55.87%
G=12.96%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138327700.770.440.46334.5362.3533.33
Hex8A204D04D2C2E14f3e21
Octal21240115011554565177641
Binary10001010100000100110101001101101100101110101001111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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