Html Css Color HEX #944EC9 Deep Lilac

📋 copy color: '#944EC9'

red 148 ◦ green 78 ◦ blue 201

#944EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #944EC9

Tints of Deep Lilac #944EC9

RGB

 RED value IS 148 (58.2% from 255) = 34.66%

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 201 (78.91% from 255) = 47.07%

R = 34.66%
G = 18.27%
B = 47.07%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#944EC9 (or 0x944EC9) is known color: Deep Lilac. HEX triplet: 94, 4E and C9. RGB value is (148,78,201). Sum of RGB (Red+Green+Blue) = 148+78+201=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #944EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #944EC9 is #6BB136. Grayscale: #707070. Windows color (decimal): -7057719 or 13192852. OLE color: 13192852.

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

Color convert

RGB 148 78 201 -
CMYK 0.26 0.61 0 0.21
HSL 274.15º 0.53% 0.55% -
HSV(B) 274.15º 0.61% 0.79% -
XYZ 25.48 15.96 57 -
YUV 112.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 148 78 201 0.26 0.61 0 0.21 274.15 0.53 0.55
Hex 94 4E C9 1A 3D 0 15 112 35 37
Octal 224 116 311 32 75 0 25 422 65 67
Binary 10010100 1001110 11001001 11010 111101 0 10101 100010010 110101 110111

Color Harmonies of #944EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944EC9

Black with #944EC9

Text Example


Text Example

White with #944EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,78,201); }

 H1.HeaderClassName
 {
   color: #944EC9;
 }
 .AnyTagClassName
 {
   color: #944EC9;
 }
</style>

background-color css

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

 a { background-color: rgb(148,78,201); }

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

border-color css

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

 span { border-color: rgb(148,78,201); }

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