#984DA3

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

Shades of Violet Blue #984DA3

Tints of Violet Blue #984DA3

Color information

#984DA3 (or 0x984DA3) is unknown color: approx Violet Blue. HEX triplet: 98, 4D and A3. RGB value is (152,77,163). Sum of RGB (Red+Green+Blue) = 152+77+163=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 163 (64.06% from 255 or 41.58% from 392); Max value from RGB is 163 - color contains mainly: blue. Hex color #984DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DA3 is #67B25C. Grayscale: #6C6C6C. Windows color (decimal): -6795869 or 10702232. OLE color: 10702232.

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

Color convert

RGB15277163-
CMYK0.070.5300.36
HSL292.33º35.83%47.06%-
HSV(B)292.33º52.76%63.92%-
XYZ22.2114.6336.3-
YUV109.23158.35158.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 163 (64.06% from 255) = 41.58%
R=38.78%
G=19.64%
B=41.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152771630.070.5300.36292.3335.8347.06
Hex984DA3735024124242f
Octal2301152437650444444457
Binary100110001001101101000111111101010100100100100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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