#984391

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

Shades of Violet Blue #984391

Tints of Violet Blue #984391

Color information

#984391 (or 0x984391) is unknown color: approx Violet Blue. HEX triplet: 98, 43 and 91. RGB value is (152,67,145). Sum of RGB (Red+Green+Blue) = 152+67+145=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #984391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984391 is #67BC6E. Grayscale: #656565. Windows color (decimal): -6798447 or 9520024. OLE color: 9520024.

HSL color Cylindrical-coordinate representation of color #984391: hue angle of 304.94º 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 #984391 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB15267145-
CMYK00.560.050.40
HSL304.94º38.81%42.94%-
HSV(B)304.94º55.92%59.61%-
XYZ20.0712.7328.19-
YUV101.31152.66164.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 67 (26.56% from 255) = 18.41%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=41.76%
G=18.41%
B=39.84%

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
Decimal1526714500.560.050.40304.9438.8142.94
Hex984391038528131272b
Octal2301032210705504614753
Binary100110001000011100100010111000101101000100110001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984391; }

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

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

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

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

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

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

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

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