#95588E

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

Shades of Violet Blue #95588E

Tints of Violet Blue #95588E

Color information

#95588E (or 0x95588E) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 8E. RGB value is (149,88,142). Sum of RGB (Red+Green+Blue) = 149+88+142=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95588E is #6AA771. Grayscale: #707070. Windows color (decimal): -6989682 or 9328789. OLE color: 9328789.

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

Color convert

RGB14988142-
CMYK00.410.050.42
HSL306.89º25.74%46.47%-
HSV(B)306.89º40.94%58.43%-
XYZ20.7715.3227.45-
YUV112.4144.71154.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=39.31%
G=23.22%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498814200.410.050.42306.8925.7446.47
Hex95588E02952A1331a2e
Octal2251302160515524633256
Binary10010101101100010001110010100110110101010011001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95588E; }

 p { color: rgb(149,88,142); }

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

<style>
 a { background-color: #95588E; }

 a { background-color: rgb(149,88,142); }

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

<style>
 span { border-color: #95588E; }

 span { border-color: rgb(149,88,142); }

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