#946F90

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

Shades of Violet Blue #946F90

Tints of Violet Blue #946F90

Color information

#946F90 (or 0x946F90) is unknown color: approx Violet Blue. HEX triplet: 94, 6F and 90. RGB value is (148,111,144). Sum of RGB (Red+Green+Blue) = 148+111+144=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #946F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F90 is #6B906F. Grayscale: #7D7D7D. Windows color (decimal): -7049328 or 9465748. OLE color: 9465748.

HSL color Cylindrical-coordinate representation of color #946F90: hue angle of 306.49º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #946F90 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148111144-
CMYK00.250.030.42
HSL306.49º14.74%50.78%-
HSV(B)306.49º25%58.04%-
XYZ22.9319.6828.98-
YUV125.82138.26143.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=36.72%
G=27.54%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811114400.250.030.42306.4914.7450.78
Hex946F9001932A132f33
Octal2241572200313524621763
Binary10010100110111110010000011001111010101001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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