#95529C

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

Shades of Violet Blue #95529C

Tints of Violet Blue #95529C

Color information

#95529C (or 0x95529C) is unknown color: approx Violet Blue. HEX triplet: 95, 52 and 9C. RGB value is (149,82,156). Sum of RGB (Red+Green+Blue) = 149+82+156=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #95529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95529C is #6AAD63. Grayscale: #6E6E6E. Windows color (decimal): -6991204 or 10244757. OLE color: 10244757.

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

Color convert

RGB14982156-
CMYK0.040.4700.39
HSL294.32º31.09%46.67%-
HSV(B)294.32º47.44%61.18%-
XYZ21.4114.8233.19-
YUV110.47153.7155.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=38.50%
G=21.19%
B=40.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149821560.040.4700.39294.3231.0946.67
Hex95529C42F0271261f2f
Octal2251222344570474463757
Binary10010101101001010011100100101111010011110010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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