#986192

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

Shades of Violet Blue #986192

Tints of Violet Blue #986192

Color information

#986192 (or 0x986192) is unknown color: approx Violet Blue. HEX triplet: 98, 61 and 92. RGB value is (152,97,146). Sum of RGB (Red+Green+Blue) = 152+97+146=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #986192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986192 is #679E6D. Grayscale: #767676. Windows color (decimal): -6790766 or 9593240. OLE color: 9593240.

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

Color convert

RGB15297146-
CMYK00.360.040.40
HSL306.55º22.09%48.82%-
HSV(B)306.55º36.18%59.61%-
XYZ22.4117.329.35-
YUV119.03143.22151.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=38.48%
G=24.56%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529714600.360.040.40306.5522.0948.82
Hex9861920244281331631
Octal2301412220444504632661
Binary10011000110000110010010010010010010100010011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986192; }

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

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

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

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

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

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

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

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