#95508F

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

Shades of Violet Blue #95508F

Tints of Violet Blue #95508F

Color information

#95508F (or 0x95508F) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 8F. RGB value is (149,80,143). Sum of RGB (Red+Green+Blue) = 149+80+143=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95508F is #6AAF70. Grayscale: #6B6B6B. Windows color (decimal): -6991729 or 9392277. OLE color: 9392277.

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

Color convert

RGB14980143-
CMYK00.460.040.42
HSL305.22º30.13%44.9%-
HSV(B)305.22º46.31%58.43%-
XYZ20.2214.1127.64-
YUV107.81147.86157.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=40.05%
G=21.51%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498014300.460.040.42305.2230.1344.9
Hex95508F02E42A1311e2d
Octal2251202170564524613655
Binary10010101101000010001111010111010010101010011000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95508F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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