Html Css Color HEX #9B3BAC Deep Lilac

📋 copy color: '#9B3BAC'

red 155 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #9B3BAC

Tints of Deep Lilac #9B3BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

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

R = 40.16%
G = 15.28%
B = 44.56%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B3BAC (or 0x9B3BAC) is known color: Deep Lilac. HEX triplet: 9B, 3B and AC. RGB value is (155,59,172). Sum of RGB (Red+Green+Blue) = 155+59+172=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B3BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3BAC is #64C453. Grayscale: #646464. Windows color (decimal): -6603860 or 11287451. OLE color: 11287451.

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

Color convert

RGB 155 59 172 -
CMYK 0.10 0.66 0 0.33
HSL 290.97º 0.49% 0.45% -
HSV(B) 290.97º 0.66% 0.67% -
XYZ 22.53 13.08 40.37 -
YUV 100.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 155 59 172 0.10 0.66 0 0.33 290.97 0.49 0.45
Hex 9B 3B AC A 42 0 21 123 31 2D
Octal 233 73 254 12 102 0 41 443 61 55
Binary 10011011 111011 10101100 1010 1000010 0 100001 100100011 110001 101101

Color Harmonies of #9B3BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3BAC

Black with #9B3BAC

Text Example


Text Example

White with #9B3BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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