#984D8D

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

Shades of Violet Blue #984D8D

Tints of Violet Blue #984D8D

Color information

#984D8D (or 0x984D8D) is unknown color: approx Violet Blue. HEX triplet: 98, 4D and 8D. RGB value is (152,77,141). Sum of RGB (Red+Green+Blue) = 152+77+141=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #984D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D8D is #67B272. Grayscale: #6A6A6A. Windows color (decimal): -6795891 or 9260440. OLE color: 9260440.

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

Color convert

RGB15277141-
CMYK00.490.070.40
HSL308.8º32.75%44.9%-
HSV(B)308.8º49.34%59.61%-
XYZ20.4113.9126.81-
YUV106.72147.35160.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 77 (30.47% from 255) = 20.81%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=41.08%
G=20.81%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527714100.490.070.40308.832.7544.9
Hex984D8D031728135212d
Octal2301152150617504654155
Binary100110001001101100011010110001111101000100110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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