Html Css Color HEX #944CBA Deep Lilac

📋 copy color: '#944CBA'

red 148 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #944CBA

Tints of Deep Lilac #944CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 36.1%
G = 18.54%
B = 45.37%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#944CBA (or 0x944CBA) is known color: Deep Lilac. HEX triplet: 94, 4C and BA. RGB value is (148,76,186). Sum of RGB (Red+Green+Blue) = 148+76+186=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #944CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CBA is #6BB345. Grayscale: #6D6D6D. Windows color (decimal): -7058246 or 12209300. OLE color: 12209300.

HSL color Cylindrical-coordinate representation of color #944CBA: hue angle of 279.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #944CBA is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 76 186 -
CMYK 0.20 0.59 0 0.27
HSL 279.27º 0.44% 0.51% -
HSV(B) 279.27º 0.59% 0.73% -
XYZ 23.66 15.01 48.1 -
YUV 110.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 148 76 186 0.20 0.59 0 0.27 279.27 0.44 0.51
Hex 94 4C BA 14 3B 0 1B 117 2C 33
Octal 224 114 272 24 73 0 33 427 54 63
Binary 10010100 1001100 10111010 10100 111011 0 11011 100010111 101100 110011

Color Harmonies of #944CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944CBA

Black with #944CBA

Text Example


Text Example

White with #944CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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