#985A8C

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

Shades of Violet Blue #985A8C

Tints of Violet Blue #985A8C

Color information

#985A8C (or 0x985A8C) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and 8C. RGB value is (152,90,140). Sum of RGB (Red+Green+Blue) = 152+90+140=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #985A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A8C is #67A573. Grayscale: #727272. Windows color (decimal): -6792564 or 9198232. OLE color: 9198232.

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

Color convert

RGB15290140-
CMYK00.410.080.40
HSL311.61º25.62%47.45%-
HSV(B)311.61º40.79%59.61%-
XYZ21.3415.8826.75-
YUV114.24142.54154.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=39.79%
G=23.56%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529014000.410.080.40311.6125.6247.45
Hex985A8C0298281381a2f
Octal23013221405110504703257
Binary100110001011010100011000101001100010100010011100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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