#95519B

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

Shades of Violet Blue #95519B

Tints of Violet Blue #95519B

Color information

#95519B (or 0x95519B) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 9B. RGB value is (149,81,155). Sum of RGB (Red+Green+Blue) = 149+81+155=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #95519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95519B is #6AAE64. Grayscale: #6D6D6D. Windows color (decimal): -6991461 or 10178965. OLE color: 10178965.

HSL color Cylindrical-coordinate representation of color #95519B: hue angle of 295.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95519B is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14981155-
CMYK0.040.4800.39
HSL295.14º31.36%46.27%-
HSV(B)295.14º47.74%60.78%-
XYZ21.2514.6432.72-
YUV109.77153.53155.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=38.70%
G=21.04%
B=40.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149811550.040.4800.39295.1431.3646.27
Hex95519B4300271271f2e
Octal2251212334600474473756
Binary10010101101000110011011100110000010011110010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95519B; }

 p { color: rgb(149,81,155); }

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

<style>
 a { background-color: #95519B; }

 a { background-color: rgb(149,81,155); }

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

<style>
 span { border-color: #95519B; }

 span { border-color: rgb(149,81,155); }

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