#99598E

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

Shades of Violet Blue #99598E

Tints of Violet Blue #99598E

Color information

#99598E (or 0x99598E) is unknown color: approx Violet Blue. HEX triplet: 99, 59 and 8E. RGB value is (153,89,142). Sum of RGB (Red+Green+Blue) = 153+89+142=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #99598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99598E is #66A671. Grayscale: #727272. Windows color (decimal): -6727282 or 9329049. OLE color: 9329049.

HSL color Cylindrical-coordinate representation of color #99598E: hue angle of 310.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99598E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15389142-
CMYK00.420.070.4
HSL310.31º26.45%47.45%-
HSV(B)310.31º41.83%60%-
XYZ21.5915.8727.52-
YUV114.18143.7155.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.84%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=39.84%
G=23.18%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538914200.420.070.4310.3126.4547.45
Hex99598E02A7281361a2f
Octal2311312160527504663257
Binary10011001101100110001110010101011110100010011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,89,142); }

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

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

 a { background-color: rgb(153,89,142); }

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

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

 span { border-color: rgb(153,89,142); }

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