#985A91

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

Shades of Violet Blue #985A91

Tints of Violet Blue #985A91

Color information

#985A91 (or 0x985A91) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and 91. RGB value is (152,90,145). Sum of RGB (Red+Green+Blue) = 152+90+145=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #985A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A91 is #67A56E. Grayscale: #727272. Windows color (decimal): -6792559 or 9525912. OLE color: 9525912.

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

Color convert

RGB15290145-
CMYK00.410.050.40
HSL306.77º25.62%47.45%-
HSV(B)306.77º40.79%59.61%-
XYZ21.7216.0328.74-
YUV114.81145.04154.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=39.28%
G=23.26%
B=37.47%

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
Decimal1529014500.410.050.40306.7725.6247.45
Hex985A910295281331a2f
Octal2301322210515504633257
Binary10011000101101010010001010100110110100010011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A91; }

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

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

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

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

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

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

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

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