#986094

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

Shades of Violet Blue #986094

Tints of Violet Blue #986094

Color information

#986094 (or 0x986094) is unknown color: approx Violet Blue. HEX triplet: 98, 60 and 94. RGB value is (152,96,148). Sum of RGB (Red+Green+Blue) = 152+96+148=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #986094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986094 is #679F6B. Grayscale: #767676. Windows color (decimal): -6791020 or 9724056. OLE color: 9724056.

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

Color convert

RGB15296148-
CMYK00.370.030.40
HSL304.29º22.58%48.63%-
HSV(B)304.29º36.84%59.61%-
XYZ22.4817.1830.15-
YUV118.67144.55151.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=38.38%
G=24.24%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529614800.370.030.40304.2922.5848.63
Hex9860940253281301731
Octal2301402240453504602761
Binary1001100011000001001010001001011110100010011000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986094; }

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

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

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

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

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

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

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

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