#946590

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

Shades of Violet Blue #946590

Tints of Violet Blue #946590

Color information

#946590 (or 0x946590) is unknown color: approx Violet Blue. HEX triplet: 94, 65 and 90. RGB value is (148,101,144). Sum of RGB (Red+Green+Blue) = 148+101+144=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #946590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946590 is #6B9A6F. Grayscale: #777777. Windows color (decimal): -7051888 or 9463188. OLE color: 9463188.

HSL color Cylindrical-coordinate representation of color #946590: hue angle of 305.11º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946590 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148101144-
CMYK00.320.030.42
HSL305.11º18.88%48.82%-
HSV(B)305.11º31.76%58.04%-
XYZ21.917.6228.63-
YUV119.95141.57148-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=37.66%
G=25.70%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810114400.320.030.42305.1118.8848.82
Hex94659002032A1311331
Octal2241452200403524612361
Binary1001010011001011001000001000001110101010011000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946590; }

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

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

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

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

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

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

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

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