Html Css Color HEX #944EAF Deep Lilac

📋 copy color: '#944EAF'

red 148 ◦ green 78 ◦ blue 175

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

Shades of Deep Lilac #944EAF

Tints of Deep Lilac #944EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 36.91%
G = 19.45%
B = 43.64%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#944EAF (or 0x944EAF) is known color: Deep Lilac. HEX triplet: 94, 4E and AF. RGB value is (148,78,175). Sum of RGB (Red+Green+Blue) = 148+78+175=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #944EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #944EAF is #6BB150. Grayscale: #6D6D6D. Windows color (decimal): -7057745 or 11488916. OLE color: 11488916.

HSL color Cylindrical-coordinate representation of color #944EAF: hue angle of 283.3º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944EAF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 78 175 -
CMYK 0.15 0.55 0 0.31
HSL 283.3º 0.38% 0.5% -
HSV(B) 283.3º 0.55% 0.69% -
XYZ 22.68 14.84 42.23 -
YUV 109.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 148 78 175 0.15 0.55 0 0.31 283.3 0.38 0.5
Hex 94 4E AF F 37 0 1F 11B 26 32
Octal 224 116 257 17 67 0 37 433 46 62
Binary 10010100 1001110 10101111 1111 110111 0 11111 100011011 100110 110010

Color Harmonies of #944EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944EAF

Black with #944EAF

Text Example


Text Example

White with #944EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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