#984F99

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

Shades of Violet Blue #984F99

Tints of Violet Blue #984F99

Color information

#984F99 (or 0x984F99) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 99. RGB value is (152,79,153). Sum of RGB (Red+Green+Blue) = 152+79+153=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #984F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F99 is #67B066. Grayscale: #6D6D6D. Windows color (decimal): -6795367 or 10047384. OLE color: 10047384.

HSL color Cylindrical-coordinate representation of color #984F99: hue angle of 299.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F99 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB15279153-
CMYK0.010.4800.4
HSL299.19º31.9%45.49%-
HSV(B)299.19º48.37%60%-
XYZ21.4914.5731.82-
YUV109.26152.68158.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=39.58%
G=20.57%
B=39.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal152791530.010.4800.4299.1931.945.49
Hex984F9913002812b202d
Octal2301172311600504534055
Binary1001100010011111001100111100000101000100101011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984F99; }

 p { color: rgb(152,79,153); }

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

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

 a { background-color: rgb(152,79,153); }

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

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

 span { border-color: rgb(152,79,153); }

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