#95549D

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

Shades of Violet Blue #95549D

Tints of Violet Blue #95549D

Color information

#95549D (or 0x95549D) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 9D. RGB value is (149,84,157). Sum of RGB (Red+Green+Blue) = 149+84+157=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #95549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95549D is #6AAB62. Grayscale: #6F6F6F. Windows color (decimal): -6990691 or 10310805. OLE color: 10310805.

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

Color convert

RGB14984157-
CMYK0.050.4600.38
HSL293.42º30.29%47.25%-
HSV(B)293.42º46.5%61.57%-
XYZ21.6515.1633.68-
YUV111.76153.53154.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=38.21%
G=21.54%
B=40.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149841570.050.4600.38293.4230.2947.25
Hex95549D52E0261251e2f
Octal2251242355560464453657
Binary10010101101010010011101101101110010011010010010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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