#95589B

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

Shades of Violet Blue #95589B

Tints of Violet Blue #95589B

Color information

#95589B (or 0x95589B) is unknown color: approx Violet Blue. HEX triplet: 95, 58 and 9B. RGB value is (149,88,155). Sum of RGB (Red+Green+Blue) = 149+88+155=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #95589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95589B is #6AA764. Grayscale: #717171. Windows color (decimal): -6989669 or 10180757. OLE color: 10180757.

HSL color Cylindrical-coordinate representation of color #95589B: hue angle of 294.63º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95589B is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14988155-
CMYK0.040.4300.39
HSL294.63º27.57%47.65%-
HSV(B)294.63º43.23%60.78%-
XYZ21.815.7432.9-
YUV113.88151.21153.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=38.01%
G=22.45%
B=39.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149881550.040.4300.39294.6327.5747.65
Hex95589B42B0271271c30
Octal2251302334530474473460
Binary10010101101100010011011100101011010011110010011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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