#95549F

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

Shades of Violet Blue #95549F

Tints of Violet Blue #95549F

Color information

#95549F (or 0x95549F) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 9F. RGB value is (149,84,159). Sum of RGB (Red+Green+Blue) = 149+84+159=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #95549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95549F is #6AAB60. Grayscale: #6F6F6F. Windows color (decimal): -6990689 or 10441877. OLE color: 10441877.

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

Color convert

RGB14984159-
CMYK0.060.4700.38
HSL292º30.86%47.65%-
HSV(B)292º47.17%62.35%-
XYZ21.8215.2334.59-
YUV111.98154.53154.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=38.01%
G=21.43%
B=40.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149841590.060.4700.3829230.8647.65
Hex95549F62F0261241f30
Octal2251242376570464443760
Binary10010101101010010011111110101111010011010010010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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