#986A9C

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

Shades of Violet Blue #986A9C

Tints of Violet Blue #986A9C

Color information

#986A9C (or 0x986A9C) is unknown color: approx Violet Blue. HEX triplet: 98, 6A and 9C. RGB value is (152,106,156). Sum of RGB (Red+Green+Blue) = 152+106+156=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 156 - color contains mainly: blue. Hex color #986A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986A9C is #679563. Grayscale: #7D7D7D. Windows color (decimal): -6788452 or 10250904. OLE color: 10250904.

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

Color convert

RGB152106156-
CMYK0.030.3200.39
HSL295.2º20.16%51.37%-
HSV(B)295.2º32.05%61.18%-
XYZ24.119.3833.92-
YUV125.45145.24146.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 106 (41.80% from 255) = 25.60%
BLUE value IS 156 (61.33% from 255) = 37.68%
R=36.71%
G=25.60%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521061560.030.3200.39295.220.1651.37
Hex986A9C3200271271433
Octal2301522343400474472463
Binary1001100011010101001110011100000010011110010011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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