#986E92

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

Shades of Violet Blue #986E92

Tints of Violet Blue #986E92

Color information

#986E92 (or 0x986E92) is unknown color: approx Violet Blue. HEX triplet: 98, 6E and 92. RGB value is (152,110,146). Sum of RGB (Red+Green+Blue) = 152+110+146=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #986E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E92 is #67916D. Grayscale: #7E7E7E. Windows color (decimal): -6787438 or 9596568. OLE color: 9596568.

HSL color Cylindrical-coordinate representation of color #986E92: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986E92 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB152110146-
CMYK00.280.040.40
HSL308.57º16.94%51.37%-
HSV(B)308.57º27.63%59.61%-
XYZ23.7119.929.79-
YUV126.66138.91146.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 146 (57.42% from 255) = 35.78%
R=37.25%
G=26.96%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211014600.280.040.40308.5716.9451.37
Hex986E9201C4281351133
Octal2301562220344504652163
Binary1001100011011101001001001110010010100010011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E92; }

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

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

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

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

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

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

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

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