#986392

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

Shades of Violet Blue #986392

Tints of Violet Blue #986392

Color information

#986392 (or 0x986392) is unknown color: approx Violet Blue. HEX triplet: 98, 63 and 92. RGB value is (152,99,146). Sum of RGB (Red+Green+Blue) = 152+99+146=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #986392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986392 is #679C6D. Grayscale: #787878. Windows color (decimal): -6790254 or 9593752. OLE color: 9593752.

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

Color convert

RGB15299146-
CMYK00.350.040.40
HSL306.79º21.12%49.22%-
HSV(B)306.79º34.87%59.61%-
XYZ22.617.6729.41-
YUV120.21142.56150.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 146 (57.42% from 255) = 36.78%
R=38.29%
G=24.94%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529914600.350.040.40306.7921.1249.22
Hex9863920234281331531
Octal2301432220434504632561
Binary10011000110001110010010010001110010100010011001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986392; }

 p { color: rgb(152,99,146); }

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

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

 a { background-color: rgb(152,99,146); }

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

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

 span { border-color: rgb(152,99,146); }

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