#8C5B95

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

Shades of Violet Blue #8C5B95

Tints of Violet Blue #8C5B95

Color information

#8C5B95 (or 0x8C5B95) is unknown color: approx Violet Blue. HEX triplet: 8C, 5B and 95. RGB value is (140,91,149). Sum of RGB (Red+Green+Blue) = 140+91+149=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 149 (58.59% from 255 or 39.21% from 380); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C5B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5B95 is #73A46A. Grayscale: #707070. Windows color (decimal): -7578731 or 9788300. OLE color: 9788300.

HSL color Cylindrical-coordinate representation of color #8C5B95: hue angle of 290.69º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5B95 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14091149-
CMYK0.060.3900.42
HSL290.69º24.17%47.06%-
HSV(B)290.69º38.93%58.43%-
XYZ19.9815.2330.32-
YUV112.26148.73147.78-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.84%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 149 (58.59% from 255) = 39.21%
R=36.84%
G=23.95%
B=39.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140911490.060.3900.42290.6924.1747.06
Hex8C5B9562702A123182f
Octal2141332256470524433057
Binary10001100101101110010101110100111010101010010001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,91,149); }

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

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

 a { background-color: rgb(140,91,149); }

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

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

 span { border-color: rgb(140,91,149); }

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