Html Css Color HEX #944CAF Deep Lilac

📋 copy color: '#944CAF'

red 148 ◦ green 76 ◦ blue 175

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

Shades of Deep Lilac #944CAF

Tints of Deep Lilac #944CAF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

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

R = 37.09%
G = 19.05%
B = 43.86%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#944CAF (or 0x944CAF) is known color: Deep Lilac. HEX triplet: 94, 4C and AF. RGB value is (148,76,175). Sum of RGB (Red+Green+Blue) = 148+76+175=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #944CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944CAF is #6BB350. Grayscale: #6C6C6C. Windows color (decimal): -7058257 or 11488404. OLE color: 11488404.

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

Color convert

RGB 148 76 175 -
CMYK 0.15 0.57 0 0.31
HSL 283.64º 0.39% 0.49% -
HSV(B) 283.64º 0.57% 0.69% -
XYZ 22.54 14.56 42.18 -
YUV 108.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 148 76 175 0.15 0.57 0 0.31 283.64 0.39 0.49
Hex 94 4C AF F 39 0 1F 11C 27 31
Octal 224 114 257 17 71 0 37 434 47 61
Binary 10010100 1001100 10101111 1111 111001 0 11111 100011100 100111 110001

Color Harmonies of #944CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CAF

Black with #944CAF

Text Example


Text Example

White with #944CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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