#985A94

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

Shades of Violet Blue #985A94

Tints of Violet Blue #985A94

Color information

#985A94 (or 0x985A94) is unknown color: approx Violet Blue. HEX triplet: 98, 5A and 94. RGB value is (152,90,148). Sum of RGB (Red+Green+Blue) = 152+90+148=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #985A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985A94 is #67A56B. Grayscale: #727272. Windows color (decimal): -6792556 or 9722520. OLE color: 9722520.

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

Color convert

RGB15290148-
CMYK00.410.030.40
HSL303.87º25.62%47.45%-
HSV(B)303.87º40.79%59.61%-
XYZ21.9516.1329.97-
YUV115.15146.54154.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 90 (35.55% from 255) = 23.08%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=38.97%
G=23.08%
B=37.95%

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
Decimal1529014800.410.030.40303.8725.6247.45
Hex985A940293281301a2f
Octal2301322240513504603257
Binary1001100010110101001010001010011110100010011000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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