#944F9B

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

Shades of Violet Blue #944F9B

Tints of Violet Blue #944F9B

Color information

#944F9B (or 0x944F9B) is unknown color: approx Violet Blue. HEX triplet: 94, 4F and 9B. RGB value is (148,79,155). Sum of RGB (Red+Green+Blue) = 148+79+155=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #944F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944F9B is #6BB064. Grayscale: #6C6C6C. Windows color (decimal): -7057509 or 10178452. OLE color: 10178452.

HSL color Cylindrical-coordinate representation of color #944F9B: hue angle of 294.47º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944F9B is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14879155-
CMYK0.050.4900.39
HSL294.47º32.48%45.88%-
HSV(B)294.47º49.03%60.78%-
XYZ20.9314.2532.66-
YUV108.3154.36156.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.74%
GREEN value IS 79 (31.25% from 255) = 20.68%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=38.74%
G=20.68%
B=40.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148791550.050.4900.39294.4732.4845.88
Hex944F9B531027126202e
Octal2241172335610474464056
Binary100101001001111100110111011100010100111100100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944F9B; }

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

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

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

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

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

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

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

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