#8A234D

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

Shades of Disco #8A234D

Tints of Disco #8A234D

Color information

#8A234D (or 0x8A234D) is unknown color: approx Disco. HEX triplet: 8A, 23 and 4D. RGB value is (138,35,77). Sum of RGB (Red+Green+Blue) = 138+35+77=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A234D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A234D is #75DCB2. Grayscale: #464646. Windows color (decimal): -7724211 or 5055370. OLE color: 5055370.

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

Color convert

RGB1383577-
CMYK00.750.440.46
HSL335.53º59.54%33.92%-
HSV(B)335.53º74.64%54.12%-
XYZ12.427.147.74-
YUV70.59131.62176.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.2%
GREEN value IS 35 (14.06% from 255) = 14%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=55.2%
G=14%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138357700.750.440.46335.5359.5433.92
Hex8A234D04B2C2E1503c22
Octal21243115011354565207442
Binary10001010100011100110101001011101100101110101010000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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