Html Css Color HEX #944BBB Deep Lilac

📋 copy color: '#944BBB'

red 148 ◦ green 75 ◦ blue 187

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

Shades of Deep Lilac #944BBB

Tints of Deep Lilac #944BBB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.29%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 36.1%
G = 18.29%
B = 45.61%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#944BBB (or 0x944BBB) is known color: Deep Lilac. HEX triplet: 94, 4B and BB. RGB value is (148,75,187). Sum of RGB (Red+Green+Blue) = 148+75+187=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #944BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BBB is #6BB444. Grayscale: #6D6D6D. Windows color (decimal): -7058501 or 12274580. OLE color: 12274580.

HSL color Cylindrical-coordinate representation of color #944BBB: hue angle of 279.11º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #944BBB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 75 187 -
CMYK 0.21 0.60 0 0.27
HSL 279.11º 0.45% 0.51% -
HSV(B) 279.11º 0.6% 0.73% -
XYZ 23.7 14.92 48.64 -
YUV 109.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 148 75 187 0.21 0.60 0 0.27 279.11 0.45 0.51
Hex 94 4B BB 15 3C 0 1B 117 2D 33
Octal 224 113 273 25 74 0 33 427 55 63
Binary 10010100 1001011 10111011 10101 111100 0 11011 100010111 101101 110011

Color Harmonies of #944BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944BBB

Black with #944BBB

Text Example


Text Example

White with #944BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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