#984D8B

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

Shades of Violet Blue #984D8B

Tints of Violet Blue #984D8B

Color information

#984D8B (or 0x984D8B) is unknown color: approx Violet Blue. HEX triplet: 98, 4D and 8B. RGB value is (152,77,139). Sum of RGB (Red+Green+Blue) = 152+77+139=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #984D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984D8B is #67B274. Grayscale: #6A6A6A. Windows color (decimal): -6795893 or 9129368. OLE color: 9129368.

HSL color Cylindrical-coordinate representation of color #984D8B: hue angle of 310.4º 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 #984D8B is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15277139-
CMYK00.490.090.40
HSL310.4º32.75%44.9%-
HSV(B)310.4º49.34%59.61%-
XYZ20.2613.8526.03-
YUV106.49146.35160.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=41.30%
G=20.92%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527713900.490.090.40310.432.7544.9
Hex984D8B031928136212d
Octal23011521306111504664155
Binary1001100010011011000101101100011001101000100110110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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