#8D5895

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

Shades of Violet Blue #8D5895

Tints of Violet Blue #8D5895

Color information

#8D5895 (or 0x8D5895) is unknown color: approx Violet Blue. HEX triplet: 8D, 58 and 95. RGB value is (141,88,149). Sum of RGB (Red+Green+Blue) = 141+88+149=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D5895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5895 is #72A76A. Grayscale: #6E6E6E. Windows color (decimal): -7513963 or 9787533. OLE color: 9787533.

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

Color convert

RGB14188149-
CMYK0.050.4100.42
HSL292.13º25.74%46.47%-
HSV(B)292.13º40.94%58.43%-
XYZ19.914.8130.24-
YUV110.8149.56149.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 88 (34.77% from 255) = 23.28%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=37.30%
G=23.28%
B=39.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141881490.050.4100.42292.1325.7446.47
Hex8D589552902A1241a2e
Octal2151302255510524443256
Binary10001101101100010010101101101001010101010010010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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