#986594

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

Shades of Violet Blue #986594

Tints of Violet Blue #986594

Color information

#986594 (or 0x986594) is unknown color: approx Violet Blue. HEX triplet: 98, 65 and 94. RGB value is (152,101,148). Sum of RGB (Red+Green+Blue) = 152+101+148=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #986594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986594 is #679A6B. Grayscale: #797979. Windows color (decimal): -6789740 or 9725336. OLE color: 9725336.

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

Color convert

RGB152101148-
CMYK00.340.030.40
HSL304.71º20.16%49.61%-
HSV(B)304.71º33.55%59.61%-
XYZ22.9518.1230.31-
YUV121.61142.9149.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 101 (39.84% from 255) = 25.19%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=37.91%
G=25.19%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210114800.340.030.40304.7120.1649.61
Hex9865940223281311432
Octal2301452240423504612462
Binary1001100011001011001010001000101110100010011000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986594; }

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

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

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

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

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

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

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

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