#946A92

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

Shades of Violet Blue #946A92

Tints of Violet Blue #946A92

Color information

#946A92 (or 0x946A92) is unknown color: approx Violet Blue. HEX triplet: 94, 6A and 92. RGB value is (148,106,146). Sum of RGB (Red+Green+Blue) = 148+106+146=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #946A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946A92 is #6B956D. Grayscale: #7B7B7B. Windows color (decimal): -7050606 or 9595540. OLE color: 9595540.

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

Color convert

RGB148106146-
CMYK00.280.010.42
HSL302.86º16.54%49.8%-
HSV(B)302.86º28.38%58.04%-
XYZ22.5618.6829.61-
YUV123.12140.91145.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 146 (57.42% from 255) = 36.5%
R=37%
G=26.5%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810614600.280.010.42302.8616.5449.8
Hex946A9201C12A12f1132
Octal2241522220341524572162
Binary10010100110101010010010011100110101010010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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