Html Css Color HEX #944BBA Deep Lilac

📋 copy color: '#944BBA'

red 148 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #944BBA

Tints of Deep Lilac #944BBA

RGB

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

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

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

R = 36.19%
G = 18.34%
B = 45.48%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#944BBA (or 0x944BBA) is known color: Deep Lilac. HEX triplet: 94, 4B and BA. RGB value is (148,75,186). Sum of RGB (Red+Green+Blue) = 148+75+186=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #944BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BBA is #6BB445. Grayscale: #6D6D6D. Windows color (decimal): -7058502 or 12209044. OLE color: 12209044.

HSL color Cylindrical-coordinate representation of color #944BBA: hue angle of 279.46º 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 #944BBA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 75 186 -
CMYK 0.20 0.60 0 0.27
HSL 279.46º 0.45% 0.51% -
HSV(B) 279.46º 0.6% 0.73% -
XYZ 23.59 14.87 48.08 -
YUV 109.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 148 75 186 0.20 0.60 0 0.27 279.46 0.45 0.51
Hex 94 4B BA 14 3C 0 1B 117 2D 33
Octal 224 113 272 24 74 0 33 427 55 63
Binary 10010100 1001011 10111010 10100 111100 0 11011 100010111 101101 110011

Color Harmonies of #944BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944BBA

Black with #944BBA

Text Example


Text Example

White with #944BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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