#8A214D

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

Shades of Disco #8A214D

Tints of Disco #8A214D

Color information

#8A214D (or 0x8A214D) is unknown color: approx Disco. HEX triplet: 8A, 21 and 4D. RGB value is (138,33,77). Sum of RGB (Red+Green+Blue) = 138+33+77=248 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.65% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 138 - color contains mainly: red. Hex color #8A214D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A214D is #75DEB2. Grayscale: #454545. Windows color (decimal): -7724723 or 5054858. OLE color: 5054858.

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

Color convert

RGB1383377-
CMYK00.760.440.46
HSL334.86º61.4%33.53%-
HSV(B)334.86º76.09%54.12%-
XYZ12.367.037.73-
YUV69.41132.29176.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.65%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=55.65%
G=13.31%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138337700.760.440.46334.8661.433.53
Hex8A214D04C2C2E14f3d22
Octal21241115011454565177542
Binary10001010100001100110101001100101100101110101001111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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