#986894

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

Shades of Violet Blue #986894

Tints of Violet Blue #986894

Color information

#986894 (or 0x986894) is unknown color: approx Violet Blue. HEX triplet: 98, 68 and 94. RGB value is (152,104,148). Sum of RGB (Red+Green+Blue) = 152+104+148=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #986894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986894 is #67976B. Grayscale: #7B7B7B. Windows color (decimal): -6788972 or 9726104. OLE color: 9726104.

HSL color Cylindrical-coordinate representation of color #986894: hue angle of 305º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986894 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152104148-
CMYK00.320.030.40
HSL305º18.9%50.2%-
HSV(B)305º31.58%59.61%-
XYZ23.2418.7130.4-
YUV123.37141.9148.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=37.62%
G=25.74%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210414800.320.030.4030518.950.2
Hex9868940203281311332
Octal2301502240403504612362
Binary1001100011010001001010001000001110100010011000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986894; }

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

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

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

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

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

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

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

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