Html Css Color HEX #9B3BAD Deep Lilac

📋 copy color: '#9B3BAD'

red 155 ◦ green 59 ◦ blue 173

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

Shades of Deep Lilac #9B3BAD

Tints of Deep Lilac #9B3BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 40.05%
G = 15.25%
B = 44.7%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B3BAD (or 0x9B3BAD) is known color: Deep Lilac. HEX triplet: 9B, 3B and AD. RGB value is (155,59,173). Sum of RGB (Red+Green+Blue) = 155+59+173=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B3BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3BAD is #64C452. Grayscale: #646464. Windows color (decimal): -6603859 or 11352987. OLE color: 11352987.

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

Color convert

RGB 155 59 173 -
CMYK 0.10 0.66 0 0.32
HSL 290.53º 0.49% 0.45% -
HSV(B) 290.53º 0.66% 0.68% -
XYZ 22.62 13.11 40.87 -
YUV 100.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 155 59 173 0.10 0.66 0 0.32 290.53 0.49 0.45
Hex 9B 3B AD A 42 0 20 123 31 2D
Octal 233 73 255 12 102 0 40 443 61 55
Binary 10011011 111011 10101101 1010 1000010 0 100000 100100011 110001 101101

Color Harmonies of #9B3BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3BAD

Black with #9B3BAD

Text Example


Text Example

White with #9B3BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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