#984F89

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

Shades of Violet Blue #984F89

Tints of Violet Blue #984F89

Color information

#984F89 (or 0x984F89) is unknown color: approx Violet Blue. HEX triplet: 98, 4F and 89. RGB value is (152,79,137). Sum of RGB (Red+Green+Blue) = 152+79+137=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #984F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984F89 is #67B076. Grayscale: #6B6B6B. Windows color (decimal): -6795383 or 8998808. OLE color: 8998808.

HSL color Cylindrical-coordinate representation of color #984F89: hue angle of 312.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F89 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB15279137-
CMYK00.480.100.40
HSL312.33º31.6%45.29%-
HSV(B)312.33º48.03%59.61%-
XYZ20.2614.0725.32-
YUV107.44144.68159.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=41.30%
G=21.47%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527913700.480.100.40312.3331.645.29
Hex984F89030A28138202d
Octal23011721106012504704055
Binary1001100010011111000100101100001010101000100111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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