#944693

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

Shades of Violet Blue #944693

Tints of Violet Blue #944693

Color information

#944693 (or 0x944693) is unknown color: approx Violet Blue. HEX triplet: 94, 46 and 93. RGB value is (148,70,147). Sum of RGB (Red+Green+Blue) = 148+70+147=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #944693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944693 is #6BB96C. Grayscale: #656565. Windows color (decimal): -7059821 or 9651860. OLE color: 9651860.

HSL color Cylindrical-coordinate representation of color #944693: hue angle of 300.77º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944693 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14870147-
CMYK00.530.010.42
HSL300.77º35.78%42.75%-
HSV(B)300.77º52.7%58.04%-
XYZ19.6712.7829.03-
YUV102.1153.34160.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.55%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=40.55%
G=19.18%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487014700.530.010.42300.7735.7842.75
Hex94469303512A12d242b
Octal2241062230651524554453
Binary1001010010001101001001101101011101010100101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944693; }

 p { color: rgb(148,70,147); }

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

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

 a { background-color: rgb(148,70,147); }

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

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

 span { border-color: rgb(148,70,147); }

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