#95569F

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

Shades of Violet Blue #95569F

Tints of Violet Blue #95569F

Color information

#95569F (or 0x95569F) is unknown color: approx Violet Blue. HEX triplet: 95, 56 and 9F. RGB value is (149,86,159). Sum of RGB (Red+Green+Blue) = 149+86+159=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #95569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95569F is #6AA960. Grayscale: #707070. Windows color (decimal): -6990177 or 10442389. OLE color: 10442389.

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

Color convert

RGB14986159-
CMYK0.060.4600.38
HSL291.78º29.8%48.04%-
HSV(B)291.78º45.91%62.35%-
XYZ21.9815.5534.64-
YUV113.16153.87153.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 86 (33.98% from 255) = 21.83%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=37.82%
G=21.83%
B=40.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149861590.060.4600.38291.7829.848.04
Hex95569F62E0261241e30
Octal2251262376560464443660
Binary10010101101011010011111110101110010011010010010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95569F; }

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

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

<style>
 a { background-color: #95569F; }

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

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

<style>
 span { border-color: #95569F; }

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

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