#94478E

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

Shades of Violet Blue #94478E

Tints of Violet Blue #94478E

Color information

#94478E (or 0x94478E) is unknown color: approx Violet Blue. HEX triplet: 94, 47 and 8E. RGB value is (148,71,142). Sum of RGB (Red+Green+Blue) = 148+71+142=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94478E is #6BB871. Grayscale: #656565. Windows color (decimal): -7059570 or 9324436. OLE color: 9324436.

HSL color Cylindrical-coordinate representation of color #94478E: hue angle of 304.68º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94478E is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB14871142-
CMYK00.520.040.42
HSL304.68º35.16%42.94%-
HSV(B)304.68º52.03%58.04%-
XYZ19.3512.7627.03-
YUV102.12150.51160.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=41.00%
G=19.67%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487114200.520.040.42304.6835.1642.94
Hex94478E03442A131232b
Octal2241072160644524614353
Binary100101001000111100011100110100100101010100110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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