#994393

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

Shades of Violet Blue #994393

Tints of Violet Blue #994393

Color information

#994393 (or 0x994393) is unknown color: approx Violet Blue. HEX triplet: 99, 43 and 93. RGB value is (153,67,147). Sum of RGB (Red+Green+Blue) = 153+67+147=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #994393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994393 is #66BC6C. Grayscale: #656565. Windows color (decimal): -6732909 or 9651097. OLE color: 9651097.

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

Color convert

RGB15367147-
CMYK00.560.040.4
HSL304.19º39.09%43.14%-
HSV(B)304.19º56.21%60%-
XYZ20.4112.8929.02-
YUV101.83153.49164.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=41.69%
G=18.26%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536714700.560.040.4304.1939.0943.14
Hex994393038428130272b
Octal2311032230704504604753
Binary100110011000011100100110111000100101000100110000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994393; }

 p { color: rgb(153,67,147); }

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

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

 a { background-color: rgb(153,67,147); }

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

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

 span { border-color: rgb(153,67,147); }

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