#95588F

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

Shades of Violet Blue #95588F

Tints of Violet Blue #95588F

Color information

#95588F (or 0x95588F) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 8F. RGB value is (149,88,143). Sum of RGB (Red+Green+Blue) = 149+88+143=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #95588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95588F is #6AA770. Grayscale: #707070. Windows color (decimal): -6989681 or 9394325. OLE color: 9394325.

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

Color convert

RGB14988143-
CMYK00.410.040.42
HSL305.9º25.74%46.47%-
HSV(B)305.9º40.94%58.43%-
XYZ20.8415.3527.85-
YUV112.51145.21154.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=39.21%
G=23.16%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498814300.410.040.42305.925.7446.47
Hex95588F02942A1321a2e
Octal2251302170514524623256
Binary10010101101100010001111010100110010101010011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95588F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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