#95548F

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

Shades of Violet Blue #95548F

Tints of Violet Blue #95548F

Color information

#95548F (or 0x95548F) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 8F. RGB value is (149,84,143). Sum of RGB (Red+Green+Blue) = 149+84+143=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95548F is #6AAB70. Grayscale: #6D6D6D. Windows color (decimal): -6990705 or 9393301. OLE color: 9393301.

HSL color Cylindrical-coordinate representation of color #95548F: hue angle of 305.54º 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 #95548F is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14984143-
CMYK00.440.040.42
HSL305.54º27.9%45.69%-
HSV(B)305.54º43.62%58.43%-
XYZ20.5214.7127.74-
YUV110.16146.53155.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=39.63%
G=22.34%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498414300.440.040.42305.5427.945.69
Hex95548F02C42A1321c2e
Octal2251242170544524623456
Binary10010101101010010001111010110010010101010011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95548F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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