#98589B

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

Shades of Violet Blue #98589B

Tints of Violet Blue #98589B

Color information

#98589B (or 0x98589B) is unknown color: approx Violet Blue. HEX triplet: 98, 58 and 9B. RGB value is (152,88,155). Sum of RGB (Red+Green+Blue) = 152+88+155=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #98589B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98589B is #67A764. Grayscale: #727272. Windows color (decimal): -6793061 or 10180760. OLE color: 10180760.

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

Color convert

RGB15288155-
CMYK0.020.4300.39
HSL297.31º27.57%47.65%-
HSV(B)297.31º43.23%60.78%-
XYZ22.3616.0232.92-
YUV114.77150.7154.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=38.48%
G=22.28%
B=39.24%

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
Decimal152881550.020.4300.39297.3127.5747.65
Hex98589B22B0271291c30
Octal2301302332530474513460
Binary1001100010110001001101110101011010011110010100111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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