#987096

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

Shades of Violet Blue #987096

Tints of Violet Blue #987096

Color information

#987096 (or 0x987096) is unknown color: approx Violet Blue. HEX triplet: 98, 70 and 96. RGB value is (152,112,150). Sum of RGB (Red+Green+Blue) = 152+112+150=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #987096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987096 is #678F69. Grayscale: #808080. Windows color (decimal): -6786922 or 9859224. OLE color: 9859224.

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

Color convert

RGB152112150-
CMYK00.260.010.40
HSL303º16.26%51.76%-
HSV(B)303º26.32%59.61%-
XYZ24.2520.4731.53-
YUV128.29140.25144.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=36.71%
G=27.05%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211215000.260.010.4030316.2651.76
Hex98709601A12812f1034
Octal2301602260321504572064
Binary10011000111000010010110011010110100010010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987096; }

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

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

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

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

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

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

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

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