#984F96

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

Shades of Violet Blue #984F96

Tints of Violet Blue #984F96

Color information

#984F96 (or 0x984F96) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 96. RGB value is (152,79,150). Sum of RGB (Red+Green+Blue) = 152+79+150=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #984F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F96 is #67B069. Grayscale: #6C6C6C. Windows color (decimal): -6795370 or 9850776. OLE color: 9850776.

HSL color Cylindrical-coordinate representation of color #984F96: hue angle of 301.64º 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 #984F96 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15279150-
CMYK00.480.010.40
HSL301.64º31.6%45.29%-
HSV(B)301.64º48.03%59.61%-
XYZ21.2514.4730.53-
YUV108.92151.18158.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=39.90%
G=20.73%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527915000.480.010.40301.6431.645.29
Hex984F9603012812e202d
Octal2301172260601504564055
Binary1001100010011111001011001100001101000100101110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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