#986493

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

Shades of Violet Blue #986493

Tints of Violet Blue #986493

Color information

#986493 (or 0x986493) is unknown color: approx Violet Blue. HEX triplet: 98, 64 and 93. RGB value is (152,100,147). Sum of RGB (Red+Green+Blue) = 152+100+147=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #986493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986493 is #679B6C. Grayscale: #787878. Windows color (decimal): -6789997 or 9659544. OLE color: 9659544.

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

Color convert

RGB152100147-
CMYK00.340.030.40
HSL305.77º20.63%49.41%-
HSV(B)305.77º34.21%59.61%-
XYZ22.7717.929.86-
YUV120.91142.73150.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=38.10%
G=25.06%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210014700.340.030.40305.7720.6349.41
Hex9864930223281321531
Octal2301442230423504622561
Binary1001100011001001001001101000101110100010011001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986493; }

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

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

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

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

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

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

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

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