#984A97

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

Shades of Violet Blue #984A97

Tints of Violet Blue #984A97

Color information

#984A97 (or 0x984A97) is unknown color: approx Violet Blue. HEX triplet: 98, 4A and 97. RGB value is (152,74,151). Sum of RGB (Red+Green+Blue) = 152+74+151=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #984A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A97 is #67B568. Grayscale: #696969. Windows color (decimal): -6796649 or 9915032. OLE color: 9915032.

HSL color Cylindrical-coordinate representation of color #984A97: hue angle of 300.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #984A97 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB15274151-
CMYK00.510.010.40
HSL300.77º34.51%44.31%-
HSV(B)300.77º51.32%59.61%-
XYZ20.9813.8130.84-
YUV106.1153.34160.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=40.32%
G=19.63%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527415100.510.010.40300.7734.5144.31
Hex984A9703312812d232c
Octal2301122270631504554354
Binary1001100010010101001011101100111101000100101101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,74,151); }

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

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

 a { background-color: rgb(152,74,151); }

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

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

 span { border-color: rgb(152,74,151); }

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