#8D314E

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

Shades of Disco #8D314E

Tints of Disco #8D314E

Color information

#8D314E (or 0x8D314E) is unknown color: approx Disco. HEX triplet: 8D, 31 and 4E. RGB value is (141,49,78). Sum of RGB (Red+Green+Blue) = 141+49+78=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D314E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D314E is #72CEB1. Grayscale: #4F4F4F. Windows color (decimal): -7524018 or 5124493. OLE color: 5124493.

HSL color Cylindrical-coordinate representation of color #8D314E: hue angle of 341.09º degrees, saturation: 0.48, 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 #8D314E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1414978-
CMYK00.650.450.45
HSL341.09º48.42%37.25%-
HSV(B)341.09º65.25%55.29%-
XYZ13.468.418.12-
YUV79.81126.98171.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=52.61%
G=18.28%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141497800.650.450.45341.0948.4237.25
Hex8D314E0412D2D1553025
Octal21561116010155555256045
Binary10001101110001100111001000001101101101101101010101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,78); }

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

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

 a { background-color: rgb(141,49,78); }

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

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

 span { border-color: rgb(141,49,78); }

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