#984A95

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

Shades of Violet Blue #984A95

Tints of Violet Blue #984A95

Color information

#984A95 (or 0x984A95) is unknown color: approx Violet Blue. HEX triplet: 98, 4A and 95. RGB value is (152,74,149). Sum of RGB (Red+Green+Blue) = 152+74+149=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #984A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A95 is #67B56A. Grayscale: #696969. Windows color (decimal): -6796651 or 9783960. OLE color: 9783960.

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

Color convert

RGB15274149-
CMYK00.510.020.40
HSL302.31º34.51%44.31%-
HSV(B)302.31º51.32%59.61%-
XYZ20.8213.7429.99-
YUV105.87152.34160.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=40.53%
G=19.73%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527414900.510.020.40302.3134.5144.31
Hex984A9503322812e232c
Octal2301122250632504564354
Binary10011000100101010010101011001110101000100101110100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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