#985289

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

Shades of Violet Blue #985289

Tints of Violet Blue #985289

Color information

#985289 (or 0x985289) is unknown color: approx Violet Blue. HEX triplet: 98, 52 and 89. RGB value is (152,82,137). Sum of RGB (Red+Green+Blue) = 152+82+137=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #985289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985289 is #67AD76. Grayscale: #6D6D6D. Windows color (decimal): -6794615 or 8999576. OLE color: 8999576.

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

Color convert

RGB15282137-
CMYK00.460.100.40
HSL312.86º29.91%45.88%-
HSV(B)312.86º46.05%59.61%-
XYZ20.4814.5225.39-
YUV109.2143.69158.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=40.97%
G=22.10%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528213700.460.100.40312.8629.9145.88
Hex98528902EA281391e2e
Octal23012221105612504713656
Binary100110001010010100010010101110101010100010011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985289; }

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

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

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

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

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

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

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

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