#984F8D

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

Shades of Violet Blue #984F8D

Tints of Violet Blue #984F8D

Color information

#984F8D (or 0x984F8D) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 8D. RGB value is (152,79,141). Sum of RGB (Red+Green+Blue) = 152+79+141=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #984F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F8D is #67B072. Grayscale: #6B6B6B. Windows color (decimal): -6795379 or 9260952. OLE color: 9260952.

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

Color convert

RGB15279141-
CMYK00.480.070.40
HSL309.04º31.6%45.29%-
HSV(B)309.04º48.03%59.61%-
XYZ20.5514.1926.86-
YUV107.9146.68159.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 79 (31.25% from 255) = 21.24%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=40.86%
G=21.24%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527914100.480.070.40309.0431.645.29
Hex984F8D030728135202d
Octal2301172150607504654055
Binary100110001001111100011010110000111101000100110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,79,141); }

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

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

 a { background-color: rgb(152,79,141); }

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

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

 span { border-color: rgb(152,79,141); }

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