#984790

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

Shades of Violet Blue #984790

Tints of Violet Blue #984790

Color information

#984790 (or 0x984790) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 90. RGB value is (152,71,144). Sum of RGB (Red+Green+Blue) = 152+71+144=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #984790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984790 is #67B86F. Grayscale: #676767. Windows color (decimal): -6797424 or 9455512. OLE color: 9455512.

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

Color convert

RGB15271144-
CMYK00.530.050.40
HSL305.93º36.32%43.73%-
HSV(B)305.93º53.29%59.61%-
XYZ20.2413.227.87-
YUV103.54150.84162.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=41.42%
G=19.35%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527114400.530.050.40305.9336.3243.73
Hex984790035528132242c
Octal2301072200655504624454
Binary100110001000111100100000110101101101000100110010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984790; }

 p { color: rgb(152,71,144); }

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

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

 a { background-color: rgb(152,71,144); }

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

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

 span { border-color: rgb(152,71,144); }

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