#94499D

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

Shades of Violet Blue #94499D

Tints of Violet Blue #94499D

Color information

#94499D (or 0x94499D) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 9D. RGB value is (148,73,157). Sum of RGB (Red+Green+Blue) = 148+73+157=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #94499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94499D is #6BB662. Grayscale: #686868. Windows color (decimal): -7059043 or 10307988. OLE color: 10307988.

HSL color Cylindrical-coordinate representation of color #94499D: hue angle of 293.57º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94499D is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14873157-
CMYK0.060.5400.38
HSL293.57º36.52%45.1%-
HSV(B)293.57º53.5%61.57%-
XYZ20.6813.533.41-
YUV105157.35158.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=39.15%
G=19.31%
B=41.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148731570.060.5400.38293.5736.5245.1
Hex94499D636026126252d
Octal2241112356660464464555
Binary100101001001001100111011101101100100110100100110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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