#986490

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

Shades of Violet Blue #986490

Tints of Violet Blue #986490

Color information

#986490 (or 0x986490) is unknown color: approx Violet Blue. HEX triplet: 98, 64 and 90. RGB value is (152,100,144). Sum of RGB (Red+Green+Blue) = 152+100+144=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #986490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986490 is #679B6F. Grayscale: #787878. Windows color (decimal): -6790000 or 9462936. OLE color: 9462936.

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

Color convert

RGB152100144-
CMYK00.340.050.40
HSL309.23º20.63%49.41%-
HSV(B)309.23º34.21%59.61%-
XYZ22.5417.828.63-
YUV120.56141.23150.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=38.38%
G=25.25%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210014400.340.050.40309.2320.6349.41
Hex9864900225281351531
Octal2301442200425504652561
Binary10011000110010010010000010001010110100010011010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986490; }

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

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

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

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

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

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

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

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