#946A9B

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

Shades of Violet Blue #946A9B

Tints of Violet Blue #946A9B

Color information

#946A9B (or 0x946A9B) is unknown color: approx Violet Blue. HEX triplet: 94, 6A and 9B. RGB value is (148,106,155). Sum of RGB (Red+Green+Blue) = 148+106+155=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #946A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A9B is #6B9564. Grayscale: #7B7B7B. Windows color (decimal): -7050597 or 10185364. OLE color: 10185364.

HSL color Cylindrical-coordinate representation of color #946A9B: hue angle of 291.43º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946A9B is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148106155-
CMYK0.050.3200.39
HSL291.43º19.68%51.18%-
HSV(B)291.43º31.61%60.78%-
XYZ23.2818.9733.44-
YUV124.14145.41145.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 106 (41.80% from 255) = 25.92%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=36.19%
G=25.92%
B=37.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481061550.050.3200.39291.4319.6851.18
Hex946A9B5200271231433
Octal2241522335400474432463
Binary10010100110101010011011101100000010011110010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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