#984C8F

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

Shades of Violet Blue #984C8F

Tints of Violet Blue #984C8F

Color information

#984C8F (or 0x984C8F) is unknown color: approx Violet Blue. HEX triplet: 98, 4C and 8F. RGB value is (152,76,143). Sum of RGB (Red+Green+Blue) = 152+76+143=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #984C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984C8F is #67B370. Grayscale: #6A6A6A. Windows color (decimal): -6796145 or 9391256. OLE color: 9391256.

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

Color convert

RGB15276143-
CMYK00.500.060.40
HSL307.11º33.33%44.71%-
HSV(B)307.11º50%59.61%-
XYZ20.4913.8327.58-
YUV106.36148.68160.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=40.97%
G=20.49%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527614300.500.060.40307.1133.3344.71
Hex984C8F032628133212d
Octal2301142170626504634155
Binary100110001001100100011110110010110101000100110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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