#984A8C

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

Shades of Violet Blue #984A8C

Tints of Violet Blue #984A8C

Color information

#984A8C (or 0x984A8C) is unknown color: approx Violet Blue. HEX triplet: 98, 4A and 8C. RGB value is (152,74,140). Sum of RGB (Red+Green+Blue) = 152+74+140=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #984A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A8C is #67B573. Grayscale: #686868. Windows color (decimal): -6796660 or 9194136. OLE color: 9194136.

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

Color convert

RGB15274140-
CMYK00.510.080.40
HSL309.23º34.51%44.31%-
HSV(B)309.23º51.32%59.61%-
XYZ20.1313.4726.35-
YUV104.85147.84161.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=41.53%
G=20.22%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527414000.510.080.40309.2334.5144.31
Hex984A8C033828135232c
Octal23011221406310504654354
Binary1001100010010101000110001100111000101000100110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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