#94489F

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

Shades of Violet Blue #94489F

Tints of Violet Blue #94489F

Color information

#94489F (or 0x94489F) is unknown color: approx Violet Blue. HEX triplet: 94, 48 and 9F. RGB value is (148,72,159). Sum of RGB (Red+Green+Blue) = 148+72+159=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #94489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #94489F is #6BB760. Grayscale: #686868. Windows color (decimal): -7059297 or 10438804. OLE color: 10438804.

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

Color convert

RGB14872159-
CMYK0.070.5500.38
HSL292.41º37.66%45.29%-
HSV(B)292.41º54.72%62.35%-
XYZ20.7913.4334.3-
YUV104.64158.68158.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=39.05%
G=19.00%
B=41.95%

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
Decimal148721590.070.5500.38292.4137.6645.29
Hex94489F737026124262d
Octal2241102377670464444655
Binary100101001001000100111111111101110100110100100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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