#984DA4

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

Shades of Violet Blue #984DA4

Tints of Violet Blue #984DA4

Color information

#984DA4 (or 0x984DA4) is unknown color: approx Violet Blue. HEX triplet: 98, 4D and A4. RGB value is (152,77,164). Sum of RGB (Red+Green+Blue) = 152+77+164=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #984DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984DA4 is #67B25B. Grayscale: #6D6D6D. Windows color (decimal): -6795868 or 10767768. OLE color: 10767768.

HSL color Cylindrical-coordinate representation of color #984DA4: hue angle of 291.72º 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 #984DA4 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15277164-
CMYK0.070.5300.36
HSL291.72º36.1%47.25%-
HSV(B)291.72º53.05%64.31%-
XYZ22.314.6636.78-
YUV109.34158.85158.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=38.68%
G=19.59%
B=41.73%

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
Decimal152771640.070.5300.36291.7236.147.25
Hex984DA4735024124242f
Octal2301152447650444444457
Binary100110001001101101001001111101010100100100100100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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