#984B9A

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

Shades of Violet Blue #984B9A

Tints of Violet Blue #984B9A

Color information

#984B9A (or 0x984B9A) is unknown color: approx Violet Blue. HEX triplet: 98, 4B and 9A. RGB value is (152,75,154). Sum of RGB (Red+Green+Blue) = 152+75+154=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #984B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984B9A is #67B465. Grayscale: #6A6A6A. Windows color (decimal): -6796390 or 10111896. OLE color: 10111896.

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

Color convert

RGB15275154-
CMYK0.010.5100.40
HSL298.48º34.5%44.9%-
HSV(B)298.48º51.3%60.39%-
XYZ21.314.0432.16-
YUV107.03154.51160.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=39.90%
G=19.69%
B=40.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152751540.010.5100.40298.4834.544.9
Hex984B9A13302812a222d
Octal2301132321630504524255
Binary1001100010010111001101011100110101000100101010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,75,154); }

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

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

 a { background-color: rgb(152,75,154); }

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

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

 span { border-color: rgb(152,75,154); }

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