Html Css Color HEX #9940BA Deep Lilac

📋 copy color: '#9940BA'

red 153 ◦ green 64 ◦ blue 186

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

Shades of Deep Lilac #9940BA

Tints of Deep Lilac #9940BA

RGB

 RED value IS 153 (60.16% from 255) = 37.97%

 GREEN value IS 64 (25.39% from 255) = 15.88%

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

R = 37.97%
G = 15.88%
B = 46.15%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9940BA (or 0x9940BA) is known color: Deep Lilac. HEX triplet: 99, 40 and BA. RGB value is (153,64,186). Sum of RGB (Red+Green+Blue) = 153+64+186=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #9940BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940BA is #66BF45. Grayscale: #686868. Windows color (decimal): -6733638 or 12206233. OLE color: 12206233.

HSL color Cylindrical-coordinate representation of color #9940BA: hue angle of 283.77º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9940BA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 64 186 -
CMYK 0.18 0.66 0 0.27
HSL 283.77º 0.49% 0.49% -
HSV(B) 283.77º 0.66% 0.73% -
XYZ 23.83 13.98 47.9 -
YUV 104.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 153 64 186 0.18 0.66 0 0.27 283.77 0.49 0.49
Hex 99 40 BA 12 42 0 1B 11C 31 31
Octal 231 100 272 22 102 0 33 434 61 61
Binary 10011001 1000000 10111010 10010 1000010 0 11011 100011100 110001 110001

Color Harmonies of #9940BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9940BA

Black with #9940BA

Text Example


Text Example

White with #9940BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9940BA; }

 p { color: rgb(153,64,186); }

 H1.HeaderClassName
 {
   color: #9940BA;
 }
 .AnyTagClassName
 {
   color: #9940BA;
 }
</style>

background-color css

<style>
 a { background-color: #9940BA; }

 a { background-color: rgb(153,64,186); }

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

border-color css

<style>
 span { border-color: #9940BA; }

 span { border-color: rgb(153,64,186); }

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