#95529f

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

Shades of Violet Blue #95529F

Tints of Violet Blue #95529F

Color information

#95529F (or 0x95529F) is unknown color: approx Violet Blue. HEX triplet: 95, 52 and 9F. RGB value is (149,82,159). Sum of RGB (Red+Green+Blue) = 149+82+159=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #95529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95529F is #6AAD60. Grayscale: #6E6E6E. Windows color (decimal): -6991201 or 10441365. OLE color: 10441365.

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

Color convert

RGB14982159-
CMYK0.060.4800.38
HSL292.21º31.95%47.25%-
HSV(B)292.21º48.43%62.35%-
XYZ21.6714.9334.54-
YUV110.81155.2155.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 82 (32.42% from 255) = 21.03%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=38.21%
G=21.03%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149821590.060.4800.38292.2131.9547.25
Hex95529F630026124202f
Octal2251222376600464444057
Binary100101011010010100111111101100000100110100100100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95529f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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