#985A8B

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

Shades of Violet Blue #985A8B

Tints of Violet Blue #985A8B

Color information

#985A8B (or 0x985A8B) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and 8B. RGB value is (152,90,139). Sum of RGB (Red+Green+Blue) = 152+90+139=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #985A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A8B is #67A574. Grayscale: #717171. Windows color (decimal): -6792565 or 9132696. OLE color: 9132696.

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

Color convert

RGB15290139-
CMYK00.410.090.40
HSL312.58º25.62%47.45%-
HSV(B)312.58º40.79%59.61%-
XYZ21.2715.8526.37-
YUV114.12142.04155.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=39.90%
G=23.62%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529013900.410.090.40312.5825.6247.45
Hex985A8B0299281391a2f
Octal23013221305111504713257
Binary100110001011010100010110101001100110100010011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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