#8A274D

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

Shades of Disco #8A274D

Tints of Disco #8A274D

Color information

#8A274D (or 0x8A274D) is unknown color: approx Disco. HEX triplet: 8A, 27 and 4D. RGB value is (138,39,77). Sum of RGB (Red+Green+Blue) = 138+39+77=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A274D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A274D is #75D8B2. Grayscale: #484848. Windows color (decimal): -7723187 or 5056394. OLE color: 5056394.

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

Color convert

RGB1383977-
CMYK00.720.440.46
HSL336.97º55.93%34.71%-
HSV(B)336.97º71.74%54.12%-
XYZ12.557.397.79-
YUV72.93130.3174.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.33%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=54.33%
G=15.35%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138397700.720.440.46336.9755.9334.71
Hex8A274D0482C2E1513823
Octal21247115011054565217043
Binary10001010100111100110101001000101100101110101010001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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