#946F91

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

Shades of Violet Blue #946F91

Tints of Violet Blue #946F91

Color information

#946F91 (or 0x946F91) is unknown color: approx Violet Blue. HEX triplet: 94, 6F and 91. RGB value is (148,111,145). Sum of RGB (Red+Green+Blue) = 148+111+145=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 148 - color contains mainly: red. Hex color #946F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F91 is #6B906E. Grayscale: #7D7D7D. Windows color (decimal): -7049327 or 9531284. OLE color: 9531284.

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

Color convert

RGB148111145-
CMYK00.250.020.42
HSL304.86º14.74%50.78%-
HSV(B)304.86º25%58.04%-
XYZ23.0119.7129.38-
YUV125.94138.76143.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 111 (43.75% from 255) = 27.48%
BLUE value IS 145 (57.03% from 255) = 35.89%
R=36.63%
G=27.48%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811114500.250.020.42304.8614.7450.78
Hex946F9101922A131f33
Octal2241572210312524611763
Binary10010100110111110010001011001101010101001100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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