#984F8A

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

Shades of Violet Blue #984F8A

Tints of Violet Blue #984F8A

Color information

#984F8A (or 0x984F8A) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 8A. RGB value is (152,79,138). Sum of RGB (Red+Green+Blue) = 152+79+138=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #984F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F8A is #67B075. Grayscale: #6B6B6B. Windows color (decimal): -6795382 or 9064344. OLE color: 9064344.

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

Color convert

RGB15279138-
CMYK00.480.090.40
HSL311.51º31.6%45.29%-
HSV(B)311.51º48.03%59.61%-
XYZ20.3314.125.7-
YUV107.55145.18159.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 79 (31.25% from 255) = 21.41%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=41.19%
G=21.41%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527913800.480.090.40311.5131.645.29
Hex984F8A030928138202d
Octal23011721206011504704055
Binary1001100010011111000101001100001001101000100111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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