#984395

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

Shades of Violet Blue #984395

Tints of Violet Blue #984395

Color information

#984395 (or 0x984395) is unknown color: approx Violet Blue. HEX triplet: 98, 43 and 95. RGB value is (152,67,149). Sum of RGB (Red+Green+Blue) = 152+67+149=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #984395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984395 is #67BC6A. Grayscale: #656565. Windows color (decimal): -6798443 or 9782168. OLE color: 9782168.

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

Color convert

RGB15267149-
CMYK00.560.020.40
HSL302.12º38.81%42.94%-
HSV(B)302.12º55.92%59.61%-
XYZ20.3812.8629.84-
YUV101.76154.66163.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 67 (26.56% from 255) = 18.21%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=41.30%
G=18.21%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526714900.560.020.40302.1238.8142.94
Hex98439503822812e272b
Octal2301032250702504564753
Binary10011000100001110010101011100010101000100101110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984395; }

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

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

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

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

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

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

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

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