#8B264E

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

Shades of Disco #8B264E

Tints of Disco #8B264E

Color information

#8B264E (or 0x8B264E) is unknown color: approx Disco. HEX triplet: 8B, 26 and 4E. RGB value is (139,38,78). Sum of RGB (Red+Green+Blue) = 139+38+78=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B264E is #74D9B1. Grayscale: #484848. Windows color (decimal): -7657906 or 5121675. OLE color: 5121675.

HSL color Cylindrical-coordinate representation of color #8B264E: hue angle of 336.24º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B264E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1393878-
CMYK00.730.440.45
HSL336.24º57.06%34.71%-
HSV(B)336.24º72.66%54.51%-
XYZ12.727.437.97-
YUV72.76130.96175.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.51%
GREEN value IS 38 (15.23% from 255) = 14.90%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=54.51%
G=14.90%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139387800.730.440.45336.2457.0634.71
Hex8B264E0492C2D1503923
Octal21346116011154555207143
Binary10001011100110100111001001001101100101101101010000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,78); }

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

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

 a { background-color: rgb(139,38,78); }

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

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

 span { border-color: rgb(139,38,78); }

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