#986B9C

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

Shades of Violet Blue #986B9C

Tints of Violet Blue #986B9C

Color information

#986B9C (or 0x986B9C) is unknown color: approx Violet Blue. HEX triplet: 98, 6B and 9C. RGB value is (152,107,156). Sum of RGB (Red+Green+Blue) = 152+107+156=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 156 - color contains mainly: blue. Hex color #986B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986B9C is #679463. Grayscale: #7D7D7D. Windows color (decimal): -6788196 or 10251160. OLE color: 10251160.

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

Color convert

RGB152107156-
CMYK0.030.3100.39
HSL295.1º19.84%51.57%-
HSV(B)295.1º31.41%61.18%-
XYZ24.2119.5933.96-
YUV126.04144.91146.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=36.63%
G=25.78%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521071560.030.3100.39295.119.8451.57
Hex986B9C31F0271271434
Octal2301532343370474472464
Binary100110001101011100111001111111010011110010011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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