#985A93

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

Shades of Violet Blue #985A93

Tints of Violet Blue #985A93

Color information

#985A93 (or 0x985A93) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and 93. RGB value is (152,90,147). Sum of RGB (Red+Green+Blue) = 152+90+147=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #985A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A93 is #67A56C. Grayscale: #727272. Windows color (decimal): -6792557 or 9656984. OLE color: 9656984.

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

Color convert

RGB15290147-
CMYK00.410.030.40
HSL304.84º25.62%47.45%-
HSV(B)304.84º40.79%59.61%-
XYZ21.8716.0929.56-
YUV115.04146.04154.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=39.07%
G=23.14%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529014700.410.030.40304.8425.6247.45
Hex985A930293281311a2f
Octal2301322230513504613257
Binary1001100010110101001001101010011110100010011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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