#94499F

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

Shades of Violet Blue #94499F

Tints of Violet Blue #94499F

Color information

#94499F (or 0x94499F) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and 9F. RGB value is (148,73,159). Sum of RGB (Red+Green+Blue) = 148+73+159=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #94499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94499F is #6BB660. Grayscale: #686868. Windows color (decimal): -7059041 or 10439060. OLE color: 10439060.

HSL color Cylindrical-coordinate representation of color #94499F: hue angle of 292.33º 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 #94499F is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14873159-
CMYK0.070.5400.38
HSL292.33º37.07%45.49%-
HSV(B)292.33º54.09%62.35%-
XYZ20.8513.5634.32-
YUV105.23158.35158.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 159 (62.5% from 255) = 41.84%
R=38.95%
G=19.21%
B=41.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148731590.070.5400.38292.3337.0745.49
Hex94499F736026124252d
Octal2241112377660464444555
Binary100101001001001100111111111101100100110100100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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