#984A8A

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

Shades of Violet Blue #984A8A

Tints of Violet Blue #984A8A

Color information

#984A8A (or 0x984A8A) is unknown color: approx Violet Blue. HEX triplet: 98, 4A and 8A. RGB value is (152,74,138). Sum of RGB (Red+Green+Blue) = 152+74+138=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #984A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A8A is #67B575. Grayscale: #686868. Windows color (decimal): -6796662 or 9063064. OLE color: 9063064.

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

Color convert

RGB15274138-
CMYK00.510.090.40
HSL310.77º34.51%44.31%-
HSV(B)310.77º51.32%59.61%-
XYZ19.9913.4125.58-
YUV104.62146.84161.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 138 (54.30% from 255) = 37.91%
R=41.76%
G=20.33%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527413800.510.090.40310.7734.5144.31
Hex984A8A033928137232c
Octal23011221206311504674354
Binary1001100010010101000101001100111001101000100110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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