#94479E

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

Shades of Violet Blue #94479E

Tints of Violet Blue #94479E

Color information

#94479E (or 0x94479E) is unknown color: approx Violet Blue. HEX triplet: 94, 47 and 9E. RGB value is (148,71,158). Sum of RGB (Red+Green+Blue) = 148+71+158=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #94479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94479E is #6BB861. Grayscale: #676767. Windows color (decimal): -7059554 or 10373012. OLE color: 10373012.

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

Color convert

RGB14871158-
CMYK0.060.5500.38
HSL293.1º37.99%44.9%-
HSV(B)293.1º55.06%61.96%-
XYZ20.6413.2733.82-
YUV103.94158.51159.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.26%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=39.26%
G=18.83%
B=41.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148711580.060.5500.38293.137.9944.9
Hex94479E637026125262d
Octal2241072366670464454655
Binary100101001000111100111101101101110100110100100101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94479E; }

 p { color: rgb(148,71,158); }

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

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

 a { background-color: rgb(148,71,158); }

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

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

 span { border-color: rgb(148,71,158); }

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