#8D5695

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

Shades of Violet Blue #8D5695

Tints of Violet Blue #8D5695

Color information

#8D5695 (or 0x8D5695) is unknown color: approx Violet Blue. HEX triplet: 8D, 56 and 95. RGB value is (141,86,149). Sum of RGB (Red+Green+Blue) = 141+86+149=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5695 is #72A96A. Grayscale: #6D6D6D. Windows color (decimal): -7514475 or 9787021. OLE color: 9787021.

HSL color Cylindrical-coordinate representation of color #8D5695: hue angle of 292.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5695 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14186149-
CMYK0.050.4200.42
HSL292.38º26.81%46.08%-
HSV(B)292.38º42.28%58.43%-
XYZ19.7414.4930.19-
YUV109.63150.22150.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=37.5%
G=22.87%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141861490.050.4200.42292.3826.8146.08
Hex8D569552A02A1241b2e
Octal2151262255520524443356
Binary10001101101011010010101101101010010101010010010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,86,149); }

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

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

 a { background-color: rgb(141,86,149); }

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

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

 span { border-color: rgb(141,86,149); }

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