Html Css Color HEX #9B4FAC Deep Lilac

📋 copy color: '#9B4FAC'

red 155 ◦ green 79 ◦ blue 172

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

Shades of Deep Lilac #9B4FAC

Tints of Deep Lilac #9B4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.46%

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

R = 38.18%
G = 19.46%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B4FAC (or 0x9B4FAC) is known color: Deep Lilac. HEX triplet: 9B, 4F and AC. RGB value is (155,79,172). Sum of RGB (Red+Green+Blue) = 155+79+172=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B4FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4FAC is #64B053. Grayscale: #707070. Windows color (decimal): -6598740 or 11292571. OLE color: 11292571.

HSL color Cylindrical-coordinate representation of color #9B4FAC: hue angle of 289.03º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B4FAC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 79 172 -
CMYK 0.10 0.54 0 0.33
HSL 289.03º 0.37% 0.49% -
HSV(B) 289.03º 0.54% 0.67% -
XYZ 23.76 15.54 40.78 -
YUV 112.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 155 79 172 0.10 0.54 0 0.33 289.03 0.37 0.49
Hex 9B 4F AC A 36 0 21 121 25 31
Octal 233 117 254 12 66 0 41 441 45 61
Binary 10011011 1001111 10101100 1010 110110 0 100001 100100001 100101 110001

Color Harmonies of #9B4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4FAC

Black with #9B4FAC

Text Example


Text Example

White with #9B4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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