#994293

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

Shades of Violet Blue #994293

Tints of Violet Blue #994293

Color information

#994293 (or 0x994293) is unknown color: approx Violet Blue. HEX triplet: 99, 42 and 93. RGB value is (153,66,147). Sum of RGB (Red+Green+Blue) = 153+66+147=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #994293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994293 is #66BD6C. Grayscale: #656565. Windows color (decimal): -6733165 or 9650841. OLE color: 9650841.

HSL color Cylindrical-coordinate representation of color #994293: hue angle of 304.14º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #994293 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB15366147-
CMYK00.570.040.4
HSL304.14º39.73%42.94%-
HSV(B)304.14º56.86%60%-
XYZ20.3512.7829-
YUV101.25153.82164.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=41.80%
G=18.03%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536614700.570.040.4304.1439.7342.94
Hex994293039428130282b
Octal2311022230714504605053
Binary100110011000010100100110111001100101000100110000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994293; }

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

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

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

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

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

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

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

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