#946A90

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

Shades of Violet Blue #946A90

Tints of Violet Blue #946A90

Color information

#946A90 (or 0x946A90) is unknown color: approx Violet Blue. HEX triplet: 94, 6A and 90. RGB value is (148,106,144). Sum of RGB (Red+Green+Blue) = 148+106+144=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #946A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A90 is #6B956F. Grayscale: #7A7A7A. Windows color (decimal): -7050608 or 9464468. OLE color: 9464468.

HSL color Cylindrical-coordinate representation of color #946A90: hue angle of 305.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #946A90 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148106144-
CMYK00.280.030.42
HSL305.71º16.54%49.8%-
HSV(B)305.71º28.38%58.04%-
XYZ22.418.6228.8-
YUV122.89139.91145.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=37.19%
G=26.63%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810614400.280.030.42305.7116.5449.8
Hex946A9001C32A1321132
Octal2241522200343524622162
Binary100101001101010100100000111001110101010011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946A90; }

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

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

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

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

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

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

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

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