#946693

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

Shades of Violet Blue #946693

Tints of Violet Blue #946693

Color information

#946693 (or 0x946693) is unknown color: approx Violet Blue. HEX triplet: 94, 66 and 93. RGB value is (148,102,147). Sum of RGB (Red+Green+Blue) = 148+102+147=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946693 is #6B996C. Grayscale: #787878. Windows color (decimal): -7051629 or 9660052. OLE color: 9660052.

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

Color convert

RGB148102147-
CMYK00.310.010.42
HSL301.3º18.4%49.02%-
HSV(B)301.3º31.08%58.04%-
XYZ22.2317.9129.89-
YUV120.88142.74147.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=37.28%
G=25.69%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810214700.310.010.42301.318.449.02
Hex94669301F12A12d1231
Octal2241462230371524552261
Binary10010100110011010010011011111110101010010110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946693; }

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

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

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

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

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

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

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

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