#9A4194

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

Shades of Violet Blue #9A4194

Tints of Violet Blue #9A4194

Color information

#9A4194 (or 0x9A4194) is unknown color: approx Violet Blue. HEX triplet: 9A, 41 and 94. RGB value is (154,65,148). Sum of RGB (Red+Green+Blue) = 154+65+148=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4194 is #65BE6B. Grayscale: #646464. Windows color (decimal): -6667884 or 9716122. OLE color: 9716122.

HSL color Cylindrical-coordinate representation of color #9A4194: hue angle of 304.04º degrees, saturation: 0.41, 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 #9A4194 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB15465148-
CMYK00.580.040.40
HSL304.04º40.64%42.94%-
HSV(B)304.04º57.79%60.39%-
XYZ20.5612.7929.4-
YUV101.07154.49165.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 65 (25.78% from 255) = 17.71%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=41.96%
G=17.71%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546514800.580.040.40304.0440.6442.94
Hex9A419403A428130292b
Octal2321012240724504605153
Binary100110101000001100101000111010100101000100110000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4194; }

 p { color: rgb(154,65,148); }

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

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

 a { background-color: rgb(154,65,148); }

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

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

 span { border-color: rgb(154,65,148); }

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