#95519C

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

Shades of Violet Blue #95519C

Tints of Violet Blue #95519C

Color information

#95519C (or 0x95519C) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 9C. RGB value is (149,81,156). Sum of RGB (Red+Green+Blue) = 149+81+156=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #95519C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95519C is #6AAE63. Grayscale: #6D6D6D. Windows color (decimal): -6991460 or 10244501. OLE color: 10244501.

HSL color Cylindrical-coordinate representation of color #95519C: hue angle of 294.4º degrees, saturation: 0.32, 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 #95519C is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14981156-
CMYK0.040.4800.39
HSL294.4º31.65%46.47%-
HSV(B)294.4º48.08%61.18%-
XYZ21.3414.6733.16-
YUV109.88154.03155.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 81 (32.03% from 255) = 20.98%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=38.60%
G=20.98%
B=40.41%

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
Decimal149811560.040.4800.39294.431.6546.47
Hex95519C430027126202e
Octal2251212344600474464056
Binary100101011010001100111001001100000100111100100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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