#946A8F

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

Shades of Violet Blue #946A8F

Tints of Violet Blue #946A8F

Color information

#946A8F (or 0x946A8F) is unknown color: approx Violet Blue. HEX triplet: 94, 6A and 8F. RGB value is (148,106,143). Sum of RGB (Red+Green+Blue) = 148+106+143=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 106 (41.80% from 255 or 26.70% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A8F is #6B9570. Grayscale: #7A7A7A. Windows color (decimal): -7050609 or 9398932. OLE color: 9398932.

HSL color Cylindrical-coordinate representation of color #946A8F: hue angle of 307.14º 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 #946A8F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148106143-
CMYK00.280.030.42
HSL307.14º16.54%49.8%-
HSV(B)307.14º28.38%58.04%-
XYZ22.3218.5928.4-
YUV122.78139.41145.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 106 (41.80% from 255) = 26.70%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=37.28%
G=26.70%
B=36.02%

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
Decimal14810614300.280.030.42307.1416.5449.8
Hex946A8F01C32A1331132
Octal2241522170343524632162
Binary100101001101010100011110111001110101010011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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