#986091

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

Shades of Violet Blue #986091

Tints of Violet Blue #986091

Color information

#986091 (or 0x986091) is unknown color: approx Violet Blue. HEX triplet: 98, 60 and 91. RGB value is (152,96,145). Sum of RGB (Red+Green+Blue) = 152+96+145=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #986091 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986091 is #679F6E. Grayscale: #767676. Windows color (decimal): -6791023 or 9527448. OLE color: 9527448.

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

Color convert

RGB15296145-
CMYK00.370.050.40
HSL307.5º22.58%48.63%-
HSV(B)307.5º36.84%59.61%-
XYZ22.2417.0928.91-
YUV118.33143.05152.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=38.68%
G=24.43%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529614500.370.050.40307.522.5848.63
Hex9860910255281341731
Octal2301402210455504642761
Binary10011000110000010010001010010110110100010011010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986091; }

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

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

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

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

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

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

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

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