#95518B

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

Shades of Violet Blue #95518B

Tints of Violet Blue #95518B

Color information

#95518B (or 0x95518B) is unknown color: approx Violet Blue. HEX triplet: 95, 51 and 8B. RGB value is (149,81,139). Sum of RGB (Red+Green+Blue) = 149+81+139=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #95518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95518B is #6AAE74. Grayscale: #6B6B6B. Windows color (decimal): -6991477 or 9130389. OLE color: 9130389.

HSL color Cylindrical-coordinate representation of color #95518B: hue angle of 308.82º 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 #95518B is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14981139-
CMYK00.460.070.42
HSL308.82º29.57%45.1%-
HSV(B)308.82º45.64%58.43%-
XYZ2014.1426.1-
YUV107.94145.53157.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=40.38%
G=21.95%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498113900.460.070.42308.8229.5745.1
Hex95518B02E72A1351e2d
Octal2251212130567524653655
Binary10010101101000110001011010111011110101010011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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