#985190

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

Shades of Violet Blue #985190

Tints of Violet Blue #985190

Color information

#985190 (or 0x985190) is unknown color: approx Violet Blue. HEX triplet: 98, 51 and 90. RGB value is (152,81,144). Sum of RGB (Red+Green+Blue) = 152+81+144=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #985190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985190 is #67AE6F. Grayscale: #6D6D6D. Windows color (decimal): -6794864 or 9458072. OLE color: 9458072.

HSL color Cylindrical-coordinate representation of color #985190: hue angle of 306.76º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985190 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15281144-
CMYK00.470.050.40
HSL306.76º30.47%45.69%-
HSV(B)306.76º46.71%59.61%-
XYZ20.9314.5728.1-
YUV109.41147.52158.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=40.32%
G=21.49%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528114400.470.050.40306.7630.4745.69
Hex98519002F5281331e2e
Octal2301212200575504633656
Binary10011000101000110010000010111110110100010011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985190; }

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

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

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

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

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

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

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

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