#95548E

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

Shades of Violet Blue #95548E

Tints of Violet Blue #95548E

Color information

#95548E (or 0x95548E) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 8E. RGB value is (149,84,142). Sum of RGB (Red+Green+Blue) = 149+84+142=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95548E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95548E is #6AAB71. Grayscale: #6D6D6D. Windows color (decimal): -6990706 or 9327765. OLE color: 9327765.

HSL color Cylindrical-coordinate representation of color #95548E: hue angle of 306.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95548E is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB14984142-
CMYK00.440.050.42
HSL306.46º27.9%45.69%-
HSV(B)306.46º43.62%58.43%-
XYZ20.4514.6827.35-
YUV110.05146.03155.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 84 (33.20% from 255) = 22.4%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=39.73%
G=22.4%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498414200.440.050.42306.4627.945.69
Hex95548E02C52A1321c2e
Octal2251242160545524623456
Binary10010101101010010001110010110010110101010011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95548E; }

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

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

<style>
 a { background-color: #95548E; }

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

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

<style>
 span { border-color: #95548E; }

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

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