#946D9B

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

Shades of Violet Blue #946D9B

Tints of Violet Blue #946D9B

Color information

#946D9B (or 0x946D9B) is unknown color: approx Violet Blue. HEX triplet: 94, 6D and 9B. RGB value is (148,109,155). Sum of RGB (Red+Green+Blue) = 148+109+155=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #946D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946D9B is #6B9264. Grayscale: #7D7D7D. Windows color (decimal): -7049829 or 10186132. OLE color: 10186132.

HSL color Cylindrical-coordinate representation of color #946D9B: hue angle of 290.87º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946D9B is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148109155-
CMYK0.050.3000.39
HSL290.87º18.7%51.76%-
HSV(B)290.87º29.68%60.78%-
XYZ23.619.633.55-
YUV125.9144.42143.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=35.92%
G=26.46%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481091550.050.3000.39290.8718.751.76
Hex946D9B51E0271231334
Octal2241552335360474432364
Binary1001010011011011001101110111110010011110010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,109,155); }

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

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

 a { background-color: rgb(148,109,155); }

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

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

 span { border-color: rgb(148,109,155); }

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