#995590

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

Shades of Violet Blue #995590

Tints of Violet Blue #995590

Color information

#995590 (or 0x995590) is unknown color: approx Violet Blue. HEX triplet: 99, 55 and 90. RGB value is (153,85,144). Sum of RGB (Red+Green+Blue) = 153+85+144=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #995590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995590 is #66AA6F. Grayscale: #6F6F6F. Windows color (decimal): -6728304 or 9459097. OLE color: 9459097.

HSL color Cylindrical-coordinate representation of color #995590: hue angle of 307.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995590 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB15385144-
CMYK00.440.060.4
HSL307.94º28.57%46.67%-
HSV(B)307.94º44.44%60%-
XYZ21.4215.2828.21-
YUV112.06146.03157.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=40.05%
G=22.25%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538514400.440.060.4307.9428.5746.67
Hex99559002C6281341d2f
Octal2311252200546504643557
Binary10011001101010110010000010110011010100010011010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995590; }

 p { color: rgb(153,85,144); }

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

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

 a { background-color: rgb(153,85,144); }

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

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

 span { border-color: rgb(153,85,144); }

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