#9449A4

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

Shades of Violet Blue #9449A4

Tints of Violet Blue #9449A4

Color information

#9449A4 (or 0x9449A4) is unknown color: approx Violet Blue. HEX triplet: 94, 49 and A4. RGB value is (148,73,164). Sum of RGB (Red+Green+Blue) = 148+73+164=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 164 - color contains mainly: blue. Hex color #9449A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9449A4 is #6BB65B. Grayscale: #696969. Windows color (decimal): -7059036 or 10766740. OLE color: 10766740.

HSL color Cylindrical-coordinate representation of color #9449A4: hue angle of 289.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9449A4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14873164-
CMYK0.100.5500.36
HSL289.45º38.4%46.47%-
HSV(B)289.45º55.49%64.31%-
XYZ21.313.7436.65-
YUV105.8160.85158.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.44%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=38.44%
G=18.96%
B=42.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148731640.100.5500.36289.4538.446.47
Hex9449A4A37024121262e
Octal22411124412670444414656
Binary1001010010010011010010010101101110100100100100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9449A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9449A4; }

 p { color: rgb(148,73,164); }

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

<style>
 a { background-color: #9449A4; }

 a { background-color: rgb(148,73,164); }

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

<style>
 span { border-color: #9449A4; }

 span { border-color: rgb(148,73,164); }

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