#985189

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

Shades of Violet Blue #985189

Tints of Violet Blue #985189

Color information

#985189 (or 0x985189) is unknown color: approx Violet Blue. HEX triplet: 98, 51 and 89. RGB value is (152,81,137). Sum of RGB (Red+Green+Blue) = 152+81+137=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985189 is #67AE76. Grayscale: #6C6C6C. Windows color (decimal): -6794871 or 8999320. OLE color: 8999320.

HSL color Cylindrical-coordinate representation of color #985189: hue angle of 312.68º 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 #985189 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15281137-
CMYK00.470.100.40
HSL312.68º30.47%45.69%-
HSV(B)312.68º46.71%59.61%-
XYZ20.4114.3725.36-
YUV108.61144.02158.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=41.08%
G=21.89%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528113700.470.100.40312.6830.4745.69
Hex98518902FA281391e2e
Octal23012121105712504713656
Binary100110001010001100010010101111101010100010011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985189; }

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

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

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

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

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

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

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

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