#944BCA

Color #944BCA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #944BCA

Tints of Deep Lilac #944BCA

Color information

#944BCA (or 0x944BCA) is unknown color: approx Deep Lilac. HEX triplet: 94, 4B and CA. RGB value is (148,75,202). Sum of RGB (Red+Green+Blue) = 148+75+202=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #944BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BCA is #6BB435. Grayscale: #6E6E6E. Windows color (decimal): -7058486 or 13257620. OLE color: 13257620.

HSL color Cylindrical-coordinate representation of color #944BCA: hue angle of 274.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #944BCA is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14875202-
CMYK0.270.6300.21
HSL274.49º54.51%54.31%-
HSV(B)274.49º62.87%79.22%-
XYZ25.3915.5957.55-
YUV111.3179.18154.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=34.82%
G=17.65%
B=47.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148752020.270.6300.21274.4954.5154.31
Hex944BCA1B3F0151123736
Octal22411331233770254226766
Binary1001010010010111100101011011111111010101100010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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