#8C559C

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

Shades of Violet Blue #8C559C

Tints of Violet Blue #8C559C

Color information

#8C559C (or 0x8C559C) is unknown color: approx Violet Blue. HEX triplet: 8C, 55 and 9C. RGB value is (140,85,156). Sum of RGB (Red+Green+Blue) = 140+85+156=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C559C is #73AA63. Grayscale: #6D6D6D. Windows color (decimal): -7580260 or 10245516. OLE color: 10245516.

HSL color Cylindrical-coordinate representation of color #8C559C: hue angle of 286.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C559C is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14085156-
CMYK0.100.4600.39
HSL286.48º29.46%47.25%-
HSV(B)286.48º45.51%61.18%-
XYZ20.0614.4733.19-
YUV109.54154.22149.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=36.75%
G=22.31%
B=40.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal140851560.100.4600.39286.4829.4647.25
Hex8C559CA2E02711e1d2f
Octal21412523412560474363557
Binary100011001010101100111001010101110010011110001111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,156); }

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

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

 a { background-color: rgb(140,85,156); }

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

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

 span { border-color: rgb(140,85,156); }

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