#94479f

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

Shades of Violet Blue #94479F

Tints of Violet Blue #94479F

Color information

#94479F (or 0x94479F) is unknown color: approx Violet Blue. HEX triplet: 94, 47 and 9F. RGB value is (148,71,159). Sum of RGB (Red+Green+Blue) = 148+71+159=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #94479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94479F is #6BB860. Grayscale: #676767. Windows color (decimal): -7059553 or 10438548. OLE color: 10438548.

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

Color convert

RGB14871159-
CMYK0.070.5500.38
HSL292.5º38.26%45.1%-
HSV(B)292.5º55.35%62.35%-
XYZ20.7213.3134.28-
YUV104.06159.01159.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.15%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=39.15%
G=18.78%
B=42.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal148711590.070.5500.38292.538.2645.1
Hex94479F737026124262d
Octal2241072377670464444655
Binary100101001000111100111111111101110100110100100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94479f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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