#95519E

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

Shades of Violet Blue #95519E

Tints of Violet Blue #95519E

Color information

#95519E (or 0x95519E) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 9E. RGB value is (149,81,158). Sum of RGB (Red+Green+Blue) = 149+81+158=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #95519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95519E is #6AAE61. Grayscale: #6D6D6D. Windows color (decimal): -6991458 or 10375573. OLE color: 10375573.

HSL color Cylindrical-coordinate representation of color #95519E: hue angle of 292.99º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95519E is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14981158-
CMYK0.060.4900.38
HSL292.99º32.22%46.86%-
HSV(B)292.99º48.73%61.96%-
XYZ21.5114.7434.06-
YUV110.11155.03155.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=38.40%
G=20.88%
B=40.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149811580.060.4900.38292.9932.2246.86
Hex95519E631026125202f
Octal2251212366610464454057
Binary100101011010001100111101101100010100110100100101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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