#944B9C

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

Shades of Violet Blue #944B9C

Tints of Violet Blue #944B9C

Color information

#944B9C (or 0x944B9C) is unknown color: approx Violet Blue. HEX triplet: 94, 4B and 9C. RGB value is (148,75,156). Sum of RGB (Red+Green+Blue) = 148+75+156=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #944B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944B9C is #6BB463. Grayscale: #696969. Windows color (decimal): -7058532 or 10242964. OLE color: 10242964.

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

Color convert

RGB14875156-
CMYK0.050.5200.39
HSL294.07º35.06%45.29%-
HSV(B)294.07º51.92%61.18%-
XYZ20.7313.7333.01-
YUV106.06156.18157.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 75 (29.69% from 255) = 19.79%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=39.05%
G=19.79%
B=41.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148751560.050.5200.39294.0735.0645.29
Hex944B9C534027126232d
Octal2241132345640474464355
Binary100101001001011100111001011101000100111100100110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,156); }

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

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

 a { background-color: rgb(148,75,156); }

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

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

 span { border-color: rgb(148,75,156); }

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