#984C8B

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

Shades of Violet Blue #984C8B

Tints of Violet Blue #984C8B

Color information

#984C8B (or 0x984C8B) is unknown color: approx Violet Blue. HEX triplet: 98, 4C and 8B. RGB value is (152,76,139). Sum of RGB (Red+Green+Blue) = 152+76+139=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #984C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C8B is #67B374. Grayscale: #696969. Windows color (decimal): -6796149 or 9129112. OLE color: 9129112.

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

Color convert

RGB15276139-
CMYK00.500.090.40
HSL310.26º33.33%44.71%-
HSV(B)310.26º50%59.61%-
XYZ20.1913.7126.01-
YUV105.91146.68160.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=41.42%
G=20.71%
B=37.87%

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
Decimal1527613900.500.090.40310.2633.3344.71
Hex984C8B032928136212d
Octal23011421306211504664155
Binary1001100010011001000101101100101001101000100110110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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