Html Css Color HEX #9B44AC Deep Lilac

📋 copy color: '#9B44AC'

red 155 ◦ green 68 ◦ blue 172

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

Shades of Deep Lilac #9B44AC

Tints of Deep Lilac #9B44AC

RGB

 RED value IS 155 (60.94% from 255) = 39.24%

 GREEN value IS 68 (26.95% from 255) = 17.22%

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

R = 39.24%
G = 17.22%
B = 43.54%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B44AC (or 0x9B44AC) is known color: Deep Lilac. HEX triplet: 9B, 44 and AC. RGB value is (155,68,172). Sum of RGB (Red+Green+Blue) = 155+68+172=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B44AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B44AC is #64BB53. Grayscale: #696969. Windows color (decimal): -6601556 or 11289755. OLE color: 11289755.

HSL color Cylindrical-coordinate representation of color #9B44AC: hue angle of 290.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B44AC is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 68 172 -
CMYK 0.10 0.60 0 0.33
HSL 290.19º 0.43% 0.47% -
HSV(B) 290.19º 0.6% 0.67% -
XYZ 23.03 14.08 40.53 -
YUV 105.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 155 68 172 0.10 0.60 0 0.33 290.19 0.43 0.47
Hex 9B 44 AC A 3C 0 21 122 2B 2F
Octal 233 104 254 12 74 0 41 442 53 57
Binary 10011011 1000100 10101100 1010 111100 0 100001 100100010 101011 101111

Color Harmonies of #9B44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B44AC

Black with #9B44AC

Text Example


Text Example

White with #9B44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B44AC; }

 p { color: rgb(155,68,172); }

 H1.HeaderClassName
 {
   color: #9B44AC;
 }
 .AnyTagClassName
 {
   color: #9B44AC;
 }
</style>

background-color css

<style>
 a { background-color: #9B44AC; }

 a { background-color: rgb(155,68,172); }

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

border-color css

<style>
 span { border-color: #9B44AC; }

 span { border-color: rgb(155,68,172); }

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