#984989

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

Shades of Violet Blue #984989

Tints of Violet Blue #984989

Color information

#984989 (or 0x984989) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and 89. RGB value is (152,73,137). Sum of RGB (Red+Green+Blue) = 152+73+137=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #984989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984989 is #67B676. Grayscale: #676767. Windows color (decimal): -6796919 or 8997272. OLE color: 8997272.

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

Color convert

RGB15273137-
CMYK00.520.100.40
HSL311.39º35.11%44.12%-
HSV(B)311.39º51.97%59.61%-
XYZ19.8513.2525.18-
YUV103.92146.67162.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 73 (28.91% from 255) = 20.17%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=41.99%
G=20.17%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527313700.520.100.40311.3935.1144.12
Hex984989034A28137232c
Octal23011121106412504674354
Binary1001100010010011000100101101001010101000100110111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984989; }

 p { color: rgb(152,73,137); }

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

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

 a { background-color: rgb(152,73,137); }

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

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

 span { border-color: rgb(152,73,137); }

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