#8C5699

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

Shades of Violet Blue #8C5699

Tints of Violet Blue #8C5699

Color information

#8C5699 (or 0x8C5699) is unknown color: approx Violet Blue. HEX triplet: 8C, 56 and 99. RGB value is (140,86,153). Sum of RGB (Red+Green+Blue) = 140+86+153=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C5699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5699 is #73A966. Grayscale: #6D6D6D. Windows color (decimal): -7580007 or 10049164. OLE color: 10049164.

HSL color Cylindrical-coordinate representation of color #8C5699: hue angle of 288.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C5699 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14086153-
CMYK0.080.4400.4
HSL288.36º28.03%46.86%-
HSV(B)288.36º43.79%60%-
XYZ19.8914.5331.89-
YUV109.78152.39149.55-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.94%
GREEN value IS 86 (33.98% from 255) = 22.69%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=36.94%
G=22.69%
B=40.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140861530.080.4400.4288.3628.0346.86
Hex8C569982C0281201c2f
Octal21412623110540504403457
Binary100011001010110100110011000101100010100010010000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,86,153); }

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

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

 a { background-color: rgb(140,86,153); }

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

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

 span { border-color: rgb(140,86,153); }

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