#984390

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

Shades of Violet Blue #984390

Tints of Violet Blue #984390

Color information

#984390 (or 0x984390) is unknown color: approx Violet Blue. HEX triplet: 98, 43 and 90. RGB value is (152,67,144). Sum of RGB (Red+Green+Blue) = 152+67+144=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #984390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984390 is #67BC6F. Grayscale: #646464. Windows color (decimal): -6798448 or 9454488. OLE color: 9454488.

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

Color convert

RGB15267144-
CMYK00.560.050.40
HSL305.65º38.81%42.94%-
HSV(B)305.65º55.92%59.61%-
XYZ19.9912.727.78-
YUV101.19152.16164.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=41.87%
G=18.46%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526714400.560.050.40305.6538.8142.94
Hex984390038528132272b
Octal2301032200705504624753
Binary100110001000011100100000111000101101000100110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984390; }

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

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

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

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

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

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

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

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