#985790

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

Shades of Violet Blue #985790

Tints of Violet Blue #985790

Color information

#985790 (or 0x985790) is unknown color: approx Violet Blue. HEX triplet: 98, 57 and 90. RGB value is (152,87,144). Sum of RGB (Red+Green+Blue) = 152+87+144=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 87 (34.38% from 255 or 22.72% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #985790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985790 is #67A86F. Grayscale: #707070. Windows color (decimal): -6793328 or 9459608. OLE color: 9459608.

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

Color convert

RGB15287144-
CMYK00.430.050.40
HSL307.38º27.2%46.86%-
HSV(B)307.38º42.76%59.61%-
XYZ21.3915.5128.25-
YUV112.93145.53155.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.69%
GREEN value IS 87 (34.38% from 255) = 22.72%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=39.69%
G=22.72%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528714400.430.050.40307.3827.246.86
Hex98579002B5281331b2f
Octal2301272200535504633357
Binary10011000101011110010000010101110110100010011001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985790; }

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

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

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

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

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

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

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

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