#95518D

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

Shades of Violet Blue #95518D

Tints of Violet Blue #95518D

Color information

#95518D (or 0x95518D) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 8D. RGB value is (149,81,141). Sum of RGB (Red+Green+Blue) = 149+81+141=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95518D is #6AAE72. Grayscale: #6C6C6C. Windows color (decimal): -6991475 or 9261461. OLE color: 9261461.

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

Color convert

RGB14981141-
CMYK00.460.050.42
HSL307.06º29.57%45.1%-
HSV(B)307.06º45.64%58.43%-
XYZ20.1414.226.88-
YUV108.17146.53157.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=40.16%
G=21.83%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498114100.460.050.42307.0629.5745.1
Hex95518D02E52A1331e2d
Octal2251212150565524633655
Binary10010101101000110001101010111010110101010011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,81,141); }

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

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

 a { background-color: rgb(149,81,141); }

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

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

 span { border-color: rgb(149,81,141); }

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