Html Css Color HEX #9941AC Deep Lilac

📋 copy color: '#9941AC'

red 153 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9941AC

Tints of Deep Lilac #9941AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 39.23%
G = 16.67%
B = 44.1%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9941AC (or 0x9941AC) is known color: Deep Lilac. HEX triplet: 99, 41 and AC. RGB value is (153,65,172). Sum of RGB (Red+Green+Blue) = 153+65+172=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9941AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941AC is #66BE53. Grayscale: #676767. Windows color (decimal): -6733396 or 11288985. OLE color: 11288985.

HSL color Cylindrical-coordinate representation of color #9941AC: hue angle of 289.35º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9941AC is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 65 172 -
CMYK 0.11 0.62 0 0.33
HSL 289.35º 0.45% 0.46% -
HSV(B) 289.35º 0.62% 0.67% -
XYZ 22.47 13.53 40.46 -
YUV 103.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 153 65 172 0.11 0.62 0 0.33 289.35 0.45 0.46
Hex 99 41 AC B 3E 0 21 121 2D 2E
Octal 231 101 254 13 76 0 41 441 55 56
Binary 10011001 1000001 10101100 1011 111110 0 100001 100100001 101101 101110

Color Harmonies of #9941AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9941AC

Black with #9941AC

Text Example


Text Example

White with #9941AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9941AC; }

 p { color: rgb(153,65,172); }

 H1.HeaderClassName
 {
   color: #9941AC;
 }
 .AnyTagClassName
 {
   color: #9941AC;
 }
</style>

background-color css

<style>
 a { background-color: #9941AC; }

 a { background-color: rgb(153,65,172); }

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

border-color css

<style>
 span { border-color: #9941AC; }

 span { border-color: rgb(153,65,172); }

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