#984289

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

Shades of Violet Blue #984289

Tints of Violet Blue #984289

Color information

#984289 (or 0x984289) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 89. RGB value is (152,66,137). Sum of RGB (Red+Green+Blue) = 152+66+137=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #984289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984289 is #67BD76. Grayscale: #636363. Windows color (decimal): -6798711 or 8995480. OLE color: 8995480.

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

Color convert

RGB15266137-
CMYK00.570.100.40
HSL310.47º39.45%42.75%-
HSV(B)310.47º56.58%59.61%-
XYZ19.4112.3825.03-
YUV99.81148.99165.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 137 (53.91% from 255) = 38.59%
R=42.82%
G=18.59%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526613700.570.100.40310.4739.4542.75
Hex984289039A28136272b
Octal23010221107112504664753
Binary1001100010000101000100101110011010101000100110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984289; }

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

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

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

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

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

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

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

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