#8D6595

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

Shades of Violet Blue #8D6595

Tints of Violet Blue #8D6595

Color information

#8D6595 (or 0x8D6595) is unknown color: approx Violet Blue. HEX triplet: 8D, 65 and 95. RGB value is (141,101,149). Sum of RGB (Red+Green+Blue) = 141+101+149=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D6595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6595 is #729A6A. Grayscale: #767676. Windows color (decimal): -7510635 or 9790861. OLE color: 9790861.

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

Color convert

RGB141101149-
CMYK0.050.3200.42
HSL290º19.2%49.02%-
HSV(B)290º32.21%58.43%-
XYZ21.0617.1430.63-
YUV118.43145.25144.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=36.06%
G=25.83%
B=38.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1411011490.050.3200.4229019.249.02
Hex8D659552002A1221331
Octal2151452255400524422361
Binary10001101110010110010101101100000010101010010001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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