#986495

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

Shades of Violet Blue #986495

Tints of Violet Blue #986495

Color information

#986495 (or 0x986495) is unknown color: approx Violet Blue. HEX triplet: 98, 64 and 95. RGB value is (152,100,149). Sum of RGB (Red+Green+Blue) = 152+100+149=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #986495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986495 is #679B6A. Grayscale: #787878. Windows color (decimal): -6789995 or 9790616. OLE color: 9790616.

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

Color convert

RGB152100149-
CMYK00.340.020.40
HSL303.46º20.63%49.41%-
HSV(B)303.46º34.21%59.61%-
XYZ22.9317.9630.69-
YUV121.13143.73150.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=37.91%
G=24.94%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210014900.340.020.40303.4620.6349.41
Hex98649502222812f1531
Octal2301442250422504572561
Binary1001100011001001001010101000101010100010010111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986495; }

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

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

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

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

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

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

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

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