#8b114a

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

Shades of Disco #8B114A

Tints of Disco #8B114A

Color information

#8B114A (or 0x8B114A) is unknown color: approx Disco. HEX triplet: 8B, 11 and 4A. RGB value is (139,17,74). Sum of RGB (Red+Green+Blue) = 139+17+74=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B114A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B114A is #74EEB5. Grayscale: #3B3B3B. Windows color (decimal): -7663286 or 4854155. OLE color: 4854155.

HSL color Cylindrical-coordinate representation of color #8B114A: hue angle of 331.97º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B114A is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1391774-
CMYK00.880.470.45
HSL331.97º78.21%30.59%-
HSV(B)331.97º87.77%54.51%-
XYZ12.086.387.07-
YUV59.98135.92184.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.43%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=60.43%
G=7.39%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139177400.880.470.45331.9778.2130.59
Hex8B114A0582F2D14c4e1f
Octal213211120130575551411637
Binary1000101110001100101001011000101111101101101001100100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b114a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,17,74); }

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

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

 a { background-color: rgb(139,17,74); }

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

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

 span { border-color: rgb(139,17,74); }

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