#985A96

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

Shades of Violet Blue #985A96

Tints of Violet Blue #985A96

Color information

#985A96 (or 0x985A96) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and 96. RGB value is (152,90,150). Sum of RGB (Red+Green+Blue) = 152+90+150=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #985A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A96 is #67A569. Grayscale: #737373. Windows color (decimal): -6792554 or 9853592. OLE color: 9853592.

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

Color convert

RGB15290150-
CMYK00.410.010.40
HSL301.94º25.62%47.45%-
HSV(B)301.94º40.79%59.61%-
XYZ22.1116.1930.81-
YUV115.38147.54154.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=38.78%
G=22.96%
B=38.27%

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
Decimal1529015000.410.010.40301.9425.6247.45
Hex985A9602912812e1a2f
Octal2301322260511504563257
Binary100110001011010100101100101001110100010010111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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