#984DA0

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

Shades of Violet Blue #984DA0

Tints of Violet Blue #984DA0

Color information

#984DA0 (or 0x984DA0) is unknown color: approx Violet Blue. HEX triplet: 98, 4D and A0. RGB value is (152,77,160). Sum of RGB (Red+Green+Blue) = 152+77+160=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #984DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DA0 is #67B25F. Grayscale: #6C6C6C. Windows color (decimal): -6795872 or 10505624. OLE color: 10505624.

HSL color Cylindrical-coordinate representation of color #984DA0: hue angle of 294.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #984DA0 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15277160-
CMYK0.050.5200.37
HSL294.22º35.02%46.47%-
HSV(B)294.22º51.88%62.75%-
XYZ21.9514.5234.9-
YUV108.89156.85158.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 160 (62.89% from 255) = 41.13%
R=39.07%
G=19.79%
B=41.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152771600.050.5200.37294.2235.0246.47
Hex984DA0534025126232e
Octal2301152405640454464356
Binary100110001001101101000001011101000100101100100110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,77,160); }

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

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

 a { background-color: rgb(152,77,160); }

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

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

 span { border-color: rgb(152,77,160); }

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