#99589E

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

Shades of Violet Blue #99589E

Tints of Violet Blue #99589E

Color information

#99589E (or 0x99589E) is unknown color: approx Violet Blue. HEX triplet: 99, 58 and 9E. RGB value is (153,88,158). Sum of RGB (Red+Green+Blue) = 153+88+158=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #99589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99589E is #66A761. Grayscale: #737373. Windows color (decimal): -6727522 or 10377369. OLE color: 10377369.

HSL color Cylindrical-coordinate representation of color #99589E: hue angle of 295.71º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99589E is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15388158-
CMYK0.030.4400.38
HSL295.71º28.46%48.24%-
HSV(B)295.71º44.3%61.96%-
XYZ22.816.2234.28-
YUV115.42152.03154.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=38.35%
G=22.06%
B=39.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153881580.030.4400.38295.7128.4648.24
Hex99589E32C0261281c30
Octal2311302363540464503460
Binary1001100110110001001111011101100010011010010100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,88,158); }

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

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

 a { background-color: rgb(153,88,158); }

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

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

 span { border-color: rgb(153,88,158); }

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