#946390

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

Shades of Violet Blue #946390

Tints of Violet Blue #946390

Color information

#946390 (or 0x946390) is unknown color: approx Violet Blue. HEX triplet: 94, 63 and 90. RGB value is (148,99,144). Sum of RGB (Red+Green+Blue) = 148+99+144=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #946390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946390 is #6B9C6F. Grayscale: #767676. Windows color (decimal): -7052400 or 9462676. OLE color: 9462676.

HSL color Cylindrical-coordinate representation of color #946390: hue angle of 304.9º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #946390 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14899144-
CMYK00.330.030.42
HSL304.9º19.84%48.43%-
HSV(B)304.9º33.11%58.04%-
XYZ21.7117.2328.57-
YUV118.78142.23148.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 99 (39.06% from 255) = 25.32%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=37.85%
G=25.32%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489914400.330.030.42304.919.8448.43
Hex94639002132A1311430
Octal2241432200413524612460
Binary1001010011000111001000001000011110101010011000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946390; }

 p { color: rgb(148,99,144); }

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

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

 a { background-color: rgb(148,99,144); }

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

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

 span { border-color: rgb(148,99,144); }

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