#985B96

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

Shades of Violet Blue #985B96

Tints of Violet Blue #985B96

Color information

#985B96 (or 0x985B96) is unknown color: approx Violet Blue. HEX triplet: 98, 5B and 96. RGB value is (152,91,150). Sum of RGB (Red+Green+Blue) = 152+91+150=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #985B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985B96 is #67A469. Grayscale: #737373. Windows color (decimal): -6792298 or 9853848. OLE color: 9853848.

HSL color Cylindrical-coordinate representation of color #985B96: hue angle of 301.97º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B96 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15291150-
CMYK00.400.010.40
HSL301.97º25.1%47.65%-
HSV(B)301.97º40.13%59.61%-
XYZ22.216.3630.84-
YUV115.96147.21153.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 91 (35.94% from 255) = 23.16%
BLUE value IS 150 (58.98% from 255) = 38.17%
R=38.68%
G=23.16%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529115000.400.010.40301.9725.147.65
Hex985B9602812812e1930
Octal2301332260501504563160
Binary100110001011011100101100101000110100010010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,91,150); }

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

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

 a { background-color: rgb(152,91,150); }

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

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

 span { border-color: rgb(152,91,150); }

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