#984E9A

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

Shades of Violet Blue #984E9A

Tints of Violet Blue #984E9A

Color information

#984E9A (or 0x984E9A) is unknown color: approx Violet Blue. HEX triplet: 98, 4E and 9A. RGB value is (152,78,154). Sum of RGB (Red+Green+Blue) = 152+78+154=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #984E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984E9A is #67B165. Grayscale: #6C6C6C. Windows color (decimal): -6795622 or 10112664. OLE color: 10112664.

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

Color convert

RGB15278154-
CMYK0.010.4900.40
HSL298.42º32.76%45.49%-
HSV(B)298.42º49.35%60.39%-
XYZ21.5114.4632.23-
YUV108.79153.52158.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=39.58%
G=20.31%
B=40.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152781540.010.4900.40298.4232.7645.49
Hex984E9A13102812a212d
Octal2301162321610504524155
Binary1001100010011101001101011100010101000100101010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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