#984A92

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

Shades of Violet Blue #984A92

Tints of Violet Blue #984A92

Color information

#984A92 (or 0x984A92) is unknown color: approx Violet Blue. HEX triplet: 98, 4A and 92. RGB value is (152,74,146). Sum of RGB (Red+Green+Blue) = 152+74+146=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #984A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984A92 is #67B56D. Grayscale: #696969. Windows color (decimal): -6796654 or 9587352. OLE color: 9587352.

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

Color convert

RGB15274146-
CMYK00.510.040.40
HSL304.62º34.51%44.31%-
HSV(B)304.62º51.32%59.61%-
XYZ20.5913.6528.74-
YUV105.53150.84161.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 146 (57.42% from 255) = 39.25%
R=40.86%
G=19.89%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527414600.510.040.40304.6234.5144.31
Hex984A92033428131232c
Octal2301122220634504614354
Binary100110001001010100100100110011100101000100110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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