#98588E

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

Shades of Violet Blue #98588E

Tints of Violet Blue #98588E

Color information

#98588E (or 0x98588E) is unknown color: approx Violet Blue. HEX triplet: 98, 58 and 8E. RGB value is (152,88,142). Sum of RGB (Red+Green+Blue) = 152+88+142=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #98588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98588E is #67A771. Grayscale: #717171. Windows color (decimal): -6793074 or 9328792. OLE color: 9328792.

HSL color Cylindrical-coordinate representation of color #98588E: hue angle of 309.38º degrees, saturation: 0.27, 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 #98588E is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15288142-
CMYK00.420.070.40
HSL309.38º26.67%47.06%-
HSV(B)309.38º42.11%59.61%-
XYZ21.3215.6127.48-
YUV113.29144.2155.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=39.79%
G=23.04%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528814200.420.070.40309.3826.6747.06
Hex98588E02A7281351b2f
Octal2301302160527504653357
Binary10011000101100010001110010101011110100010011010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98588E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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