#95508D

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

Shades of Violet Blue #95508D

Tints of Violet Blue #95508D

Color information

#95508D (or 0x95508D) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 8D. RGB value is (149,80,141). Sum of RGB (Red+Green+Blue) = 149+80+141=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95508D is #6AAF72. Grayscale: #6B6B6B. Windows color (decimal): -6991731 or 9261205. OLE color: 9261205.

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

Color convert

RGB14980141-
CMYK00.460.050.42
HSL306.96º30.13%44.9%-
HSV(B)306.96º46.31%58.43%-
XYZ20.0714.0526.85-
YUV107.58146.86157.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=40.27%
G=21.62%
B=38.11%

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
Decimal1498014100.460.050.42306.9630.1344.9
Hex95508D02E52A1331e2d
Octal2251202150565524633655
Binary10010101101000010001101010111010110101010011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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