#946291

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

Shades of Violet Blue #946291

Tints of Violet Blue #946291

Color information

#946291 (or 0x946291) is unknown color: approx Violet Blue. HEX triplet: 94, 62 and 91. RGB value is (148,98,145). Sum of RGB (Red+Green+Blue) = 148+98+145=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #946291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946291 is #6B9D6E. Grayscale: #767676. Windows color (decimal): -7052655 or 9527956. OLE color: 9527956.

HSL color Cylindrical-coordinate representation of color #946291: hue angle of 303.6º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #946291 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14898145-
CMYK00.340.020.42
HSL303.6º20.33%48.24%-
HSV(B)303.6º33.78%58.04%-
XYZ21.6917.0828.94-
YUV118.31143.06149.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=37.85%
G=25.06%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489814500.340.020.42303.620.3348.24
Hex94629102222A1301430
Octal2241422210422524602460
Binary1001010011000101001000101000101010101010011000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946291; }

 p { color: rgb(148,98,145); }

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

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

 a { background-color: rgb(148,98,145); }

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

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

 span { border-color: rgb(148,98,145); }

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