#987094

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

Shades of Violet Blue #987094

Tints of Violet Blue #987094

Color information

#987094 (or 0x987094) is unknown color: approx Violet Blue. HEX triplet: 98, 70 and 94. RGB value is (152,112,148). Sum of RGB (Red+Green+Blue) = 152+112+148=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #987094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987094 is #678F6B. Grayscale: #7F7F7F. Windows color (decimal): -6786924 or 9728152. OLE color: 9728152.

HSL color Cylindrical-coordinate representation of color #987094: hue angle of 306º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987094 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152112148-
CMYK00.260.030.40
HSL306º16.26%51.76%-
HSV(B)306º26.32%59.61%-
XYZ24.0920.430.69-
YUV128.06139.25145.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 148 (58.20% from 255) = 35.92%
R=36.89%
G=27.18%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211214800.260.030.4030616.2651.76
Hex98709401A3281321034
Octal2301602240323504622064
Binary100110001110000100101000110101110100010011001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987094; }

 p { color: rgb(152,112,148); }

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

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

 a { background-color: rgb(152,112,148); }

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

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

 span { border-color: rgb(152,112,148); }

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