#986092

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

Shades of Violet Blue #986092

Tints of Violet Blue #986092

Color information

#986092 (or 0x986092) is unknown color: approx Violet Blue. HEX triplet: 98, 60 and 92. RGB value is (152,96,146). Sum of RGB (Red+Green+Blue) = 152+96+146=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #986092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986092 is #679F6D. Grayscale: #767676. Windows color (decimal): -6791022 or 9592984. OLE color: 9592984.

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

Color convert

RGB15296146-
CMYK00.370.040.40
HSL306.43º22.58%48.63%-
HSV(B)306.43º36.84%59.61%-
XYZ22.3217.1229.32-
YUV118.44143.55151.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 146 (57.42% from 255) = 37.06%
R=38.58%
G=24.37%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529614600.370.040.40306.4322.5848.63
Hex9860920254281321731
Octal2301402220454504622761
Binary10011000110000010010010010010110010100010011001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986092; }

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

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

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

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

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

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

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

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