#985991

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

Shades of Violet Blue #985991

Tints of Violet Blue #985991

Color information

#985991 (or 0x985991) is unknown color: approx Violet Blue. HEX triplet: 98, 59 and 91. RGB value is (152,89,145). Sum of RGB (Red+Green+Blue) = 152+89+145=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #985991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985991 is #67A66E. Grayscale: #727272. Windows color (decimal): -6792815 or 9525656. OLE color: 9525656.

HSL color Cylindrical-coordinate representation of color #985991: hue angle of 306.67º 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 #985991 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15289145-
CMYK00.410.050.40
HSL306.67º26.14%47.25%-
HSV(B)306.67º41.45%59.61%-
XYZ21.6315.8628.71-
YUV114.22145.37154.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 89 (35.16% from 255) = 23.06%
BLUE value IS 145 (57.03% from 255) = 37.56%
R=39.38%
G=23.06%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528914500.410.050.40306.6726.1447.25
Hex9859910295281331a2f
Octal2301312210515504633257
Binary10011000101100110010001010100110110100010011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985991; }

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

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

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

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

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

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

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

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