#986E9C

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

Shades of Violet Blue #986E9C

Tints of Violet Blue #986E9C

Color information

#986E9C (or 0x986E9C) is unknown color: approx Violet Blue. HEX triplet: 98, 6E and 9C. RGB value is (152,110,156). Sum of RGB (Red+Green+Blue) = 152+110+156=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #986E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986E9C is #679163. Grayscale: #7F7F7F. Windows color (decimal): -6787428 or 10251928. OLE color: 10251928.

HSL color Cylindrical-coordinate representation of color #986E9C: hue angle of 294.78º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986E9C is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152110156-
CMYK0.030.2900.39
HSL294.78º18.85%52.16%-
HSV(B)294.78º29.49%61.18%-
XYZ24.5320.2334.06-
YUV127.8143.91145.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=36.36%
G=26.32%
B=37.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521101560.030.2900.39294.7818.8552.16
Hex986E9C31D0271271334
Octal2301562343350474472364
Binary100110001101110100111001111101010011110010011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E9C; }

 p { color: rgb(152,110,156); }

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

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

 a { background-color: rgb(152,110,156); }

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

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

 span { border-color: rgb(152,110,156); }

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