#994190

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

Shades of Violet Blue #994190

Tints of Violet Blue #994190

Color information

#994190 (or 0x994190) is unknown color: approx Violet Blue. HEX triplet: 99, 41 and 90. RGB value is (153,65,144). Sum of RGB (Red+Green+Blue) = 153+65+144=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #994190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994190 is #66BE6F. Grayscale: #646464. Windows color (decimal): -6733424 or 9453977. OLE color: 9453977.

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

Color convert

RGB15365144-
CMYK00.580.060.4
HSL306.14º40.37%42.75%-
HSV(B)306.14º57.52%60%-
XYZ20.0612.5727.75-
YUV100.32152.65165.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 144 (56.64% from 255) = 39.78%
R=42.27%
G=17.96%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536514400.580.060.4306.1440.3742.75
Hex99419003A628132282b
Octal2311012200726504625053
Binary100110011000001100100000111010110101000100110010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994190; }

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

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

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

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

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

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

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

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