#994192

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

Shades of Violet Blue #994192

Tints of Violet Blue #994192

Color information

#994192 (or 0x994192) is unknown color: approx Violet Blue. HEX triplet: 99, 41 and 92. RGB value is (153,65,146). Sum of RGB (Red+Green+Blue) = 153+65+146=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #994192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994192 is #66BE6D. Grayscale: #646464. Windows color (decimal): -6733422 or 9585049. OLE color: 9585049.

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

Color convert

RGB15365146-
CMYK00.580.050.4
HSL304.77º40.37%42.75%-
HSV(B)304.77º57.52%60%-
XYZ20.2212.6328.57-
YUV100.55153.65165.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 65 (25.78% from 255) = 17.86%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=42.03%
G=17.86%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536514600.580.050.4304.7740.3742.75
Hex99419203A528131282b
Octal2311012220725504615053
Binary100110011000001100100100111010101101000100110001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994192; }

 p { color: rgb(153,65,146); }

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

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

 a { background-color: rgb(153,65,146); }

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

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

 span { border-color: rgb(153,65,146); }

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