#94499B

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

Shades of Violet Blue #94499B

Tints of Violet Blue #94499B

Color information

#94499B (or 0x94499B) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 9B. RGB value is (148,73,155). Sum of RGB (Red+Green+Blue) = 148+73+155=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #94499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94499B is #6BB664. Grayscale: #686868. Windows color (decimal): -7059045 or 10176916. OLE color: 10176916.

HSL color Cylindrical-coordinate representation of color #94499B: hue angle of 294.88º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94499B is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14873155-
CMYK0.050.5300.39
HSL294.88º35.96%44.71%-
HSV(B)294.88º52.9%60.78%-
XYZ20.5113.4332.52-
YUV104.77156.35158.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=39.36%
G=19.41%
B=41.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148731550.050.5300.39294.8835.9644.71
Hex94499B535027127242d
Octal2241112335650474474455
Binary100101001001001100110111011101010100111100100111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94499B; }

 p { color: rgb(148,73,155); }

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

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

 a { background-color: rgb(148,73,155); }

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

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

 span { border-color: rgb(148,73,155); }

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