#946490

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

Shades of Violet Blue #946490

Tints of Violet Blue #946490

Color information

#946490 (or 0x946490) is unknown color: approx Violet Blue. HEX triplet: 94, 64 and 90. RGB value is (148,100,144). Sum of RGB (Red+Green+Blue) = 148+100+144=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #946490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946490 is #6B9B6F. Grayscale: #777777. Windows color (decimal): -7052144 or 9462932. OLE color: 9462932.

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

Color convert

RGB148100144-
CMYK00.320.030.42
HSL305º19.35%48.63%-
HSV(B)305º32.43%58.04%-
XYZ21.817.4228.6-
YUV119.37141.9148.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=37.76%
G=25.51%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810014400.320.030.4230519.3548.63
Hex94649002032A1311331
Octal2241442200403524612361
Binary1001010011001001001000001000001110101010011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946490; }

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

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

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

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

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

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

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

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