#985997

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

Shades of Violet Blue #985997

Tints of Violet Blue #985997

Color information

#985997 (or 0x985997) is unknown color: approx Violet Blue. HEX triplet: 98, 59 and 97. RGB value is (152,89,151). Sum of RGB (Red+Green+Blue) = 152+89+151=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #985997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985997 is #67A668. Grayscale: #727272. Windows color (decimal): -6792809 or 9918872. OLE color: 9918872.

HSL color Cylindrical-coordinate representation of color #985997: hue angle of 300.95º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985997 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15289151-
CMYK00.410.010.40
HSL300.95º26.14%47.25%-
HSV(B)300.95º41.45%59.61%-
XYZ22.1116.0531.21-
YUV114.9148.37154.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 151 (59.38% from 255) = 38.52%
R=38.78%
G=22.70%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528915100.410.010.40300.9526.1447.25
Hex98599702912812d1a2f
Octal2301312270511504553257
Binary100110001011001100101110101001110100010010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985997; }

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

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

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

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

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

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

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

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