#984C8A

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

Shades of Violet Blue #984C8A

Tints of Violet Blue #984C8A

Color information

#984C8A (or 0x984C8A) is unknown color: approx Violet Blue. HEX triplet: 98, 4C and 8A. RGB value is (152,76,138). Sum of RGB (Red+Green+Blue) = 152+76+138=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C8A is #67B375. Grayscale: #696969. Windows color (decimal): -6796150 or 9063576. OLE color: 9063576.

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

Color convert

RGB15276138-
CMYK00.500.090.40
HSL311.05º33.33%44.71%-
HSV(B)311.05º50%59.61%-
XYZ20.1213.6825.62-
YUV105.79146.18160.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=41.53%
G=20.77%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527613800.500.090.40311.0533.3344.71
Hex984C8A032928137212d
Octal23011421206211504674155
Binary1001100010011001000101001100101001101000100110111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,76,138); }

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

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

 a { background-color: rgb(152,76,138); }

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

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

 span { border-color: rgb(152,76,138); }

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