#987194

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

Shades of Violet Blue #987194

Tints of Violet Blue #987194

Color information

#987194 (or 0x987194) is unknown color: approx Violet Blue. HEX triplet: 98, 71 and 94. RGB value is (152,113,148). Sum of RGB (Red+Green+Blue) = 152+113+148=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #987194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987194 is #678E6B. Grayscale: #808080. Windows color (decimal): -6786668 or 9728408. OLE color: 9728408.

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

Color convert

RGB152113148-
CMYK00.260.030.40
HSL306.15º15.92%51.96%-
HSV(B)306.15º25.66%59.61%-
XYZ24.220.6230.72-
YUV128.65138.92144.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 113 (44.53% from 255) = 27.36%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=36.80%
G=27.36%
B=35.84%

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
Decimal15211314800.260.030.40306.1515.9251.96
Hex98719401A3281321034
Octal2301612240323504622064
Binary100110001110001100101000110101110100010011001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987194; }

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

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

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

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

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

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

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

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