#94478F

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

Shades of Violet Blue #94478F

Tints of Violet Blue #94478F

Color information

#94478F (or 0x94478F) is unknown color: approx Violet Blue. HEX triplet: 94, 47 and 8F. RGB value is (148,71,143). Sum of RGB (Red+Green+Blue) = 148+71+143=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94478F is #6BB870. Grayscale: #666666. Windows color (decimal): -7059569 or 9389972. OLE color: 9389972.

HSL color Cylindrical-coordinate representation of color #94478F: hue angle of 303.9º 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 #94478F is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14871143-
CMYK00.520.030.42
HSL303.9º35.16%42.94%-
HSV(B)303.9º52.03%58.04%-
XYZ19.4212.7927.43-
YUV102.23151.01160.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=40.88%
G=19.61%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487114300.520.030.42303.935.1642.94
Hex94478F03432A130232b
Octal2241072170643524604353
Binary10010100100011110001111011010011101010100110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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