#8B304E

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

Shades of Disco #8B304E

Tints of Disco #8B304E

Color information

#8B304E (or 0x8B304E) is unknown color: approx Disco. HEX triplet: 8B, 30 and 4E. RGB value is (139,48,78). Sum of RGB (Red+Green+Blue) = 139+48+78=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B304E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B304E is #74CFB1. Grayscale: #4E4E4E. Windows color (decimal): -7655346 or 5124235. OLE color: 5124235.

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

Color convert

RGB1394878-
CMYK00.650.440.45
HSL340.22º48.66%36.67%-
HSV(B)340.22º65.47%54.51%-
XYZ13.088.158.09-
YUV78.63127.65171.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=52.45%
G=18.11%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139487800.650.440.45340.2248.6636.67
Hex8B304E0412C2D1543125
Octal21360116010154555246145
Binary10001011110000100111001000001101100101101101010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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