#98599B

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

Shades of Violet Blue #98599B

Tints of Violet Blue #98599B

Color information

#98599B (or 0x98599B) is unknown color: approx Violet Blue. HEX triplet: 98, 59 and 9B. RGB value is (152,89,155). Sum of RGB (Red+Green+Blue) = 152+89+155=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #98599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98599B is #67A664. Grayscale: #737373. Windows color (decimal): -6792805 or 10181016. OLE color: 10181016.

HSL color Cylindrical-coordinate representation of color #98599B: hue angle of 297.27º degrees, saturation: 0.27, 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 #98599B is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15289155-
CMYK0.020.4300.39
HSL297.27º27.05%47.84%-
HSV(B)297.27º42.58%60.78%-
XYZ22.4416.1932.95-
YUV115.36150.37154.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=38.38%
G=22.47%
B=39.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152891550.020.4300.39297.2727.0547.84
Hex98599B22B0271291b30
Octal2301312332530474513360
Binary1001100010110011001101110101011010011110010100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,89,155); }

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

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

 a { background-color: rgb(152,89,155); }

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

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

 span { border-color: rgb(152,89,155); }

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