#985C90

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

Shades of Violet Blue #985C90

Tints of Violet Blue #985C90

Color information

#985C90 (or 0x985C90) is unknown color: approx Violet Blue. HEX triplet: 98, 5C and 90. RGB value is (152,92,144). Sum of RGB (Red+Green+Blue) = 152+92+144=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #985C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985C90 is #67A36F. Grayscale: #737373. Windows color (decimal): -6792048 or 9460888. OLE color: 9460888.

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

Color convert

RGB15292144-
CMYK00.390.050.40
HSL308º24.59%47.84%-
HSV(B)308º39.47%59.61%-
XYZ21.8116.3428.39-
YUV115.87143.88153.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=39.18%
G=23.71%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529214400.390.050.4030824.5947.84
Hex985C900275281341930
Octal2301342200475504643160
Binary10011000101110010010000010011110110100010011010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,144); }

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

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

 a { background-color: rgb(152,92,144); }

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

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

 span { border-color: rgb(152,92,144); }

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