#994197

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

Shades of Violet Blue #994197

Tints of Violet Blue #994197

Color information

#994197 (or 0x994197) is unknown color: approx Violet Blue. HEX triplet: 99, 41 and 97. RGB value is (153,65,151). Sum of RGB (Red+Green+Blue) = 153+65+151=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994197 is #66BE68. Grayscale: #646464. Windows color (decimal): -6733417 or 9912729. OLE color: 9912729.

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

Color convert

RGB15365151-
CMYK00.580.010.4
HSL301.36º40.37%42.75%-
HSV(B)301.36º57.52%60%-
XYZ20.6112.7930.66-
YUV101.12156.15165.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 65 (25.78% from 255) = 17.62%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=41.46%
G=17.62%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536515100.580.010.4301.3640.3742.75
Hex99419703A12812d282b
Octal2311012270721504555053
Binary1001100110000011001011101110101101000100101101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994197; }

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

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

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

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

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

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

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

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