#984AA3

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

Shades of Violet Blue #984AA3

Tints of Violet Blue #984AA3

Color information

#984AA3 (or 0x984AA3) is unknown color: approx Violet Blue. HEX triplet: 98, 4A and A3. RGB value is (152,74,163). Sum of RGB (Red+Green+Blue) = 152+74+163=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #984AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AA3 is #67B55C. Grayscale: #6B6B6B. Windows color (decimal): -6796637 or 10701464. OLE color: 10701464.

HSL color Cylindrical-coordinate representation of color #984AA3: hue angle of 292.58º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984AA3 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15274163-
CMYK0.070.5500.36
HSL292.58º37.55%46.47%-
HSV(B)292.58º54.6%63.92%-
XYZ22.0114.2236.23-
YUV107.47159.34159.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=39.07%
G=19.02%
B=41.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152741630.070.5500.36292.5837.5546.47
Hex984AA3737024125262e
Octal2301122437670444454656
Binary100110001001010101000111111101110100100100100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,74,163); }

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

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

 a { background-color: rgb(152,74,163); }

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

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

 span { border-color: rgb(152,74,163); }

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