Html Css Color HEX #9B3AAA Deep Lilac

📋 copy color: '#9B3AAA'

red 155 ◦ green 58 ◦ blue 170

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

Shades of Deep Lilac #9B3AAA

Tints of Deep Lilac #9B3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.14%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 40.47%
G = 15.14%
B = 44.39%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B3AAA (or 0x9B3AAA) is known color: Deep Lilac. HEX triplet: 9B, 3A and AA. RGB value is (155,58,170). Sum of RGB (Red+Green+Blue) = 155+58+170=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B3AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3AAA is #64C555. Grayscale: #636363. Windows color (decimal): -6604118 or 11156123. OLE color: 11156123.

HSL color Cylindrical-coordinate representation of color #9B3AAA: hue angle of 291.96º 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 #9B3AAA is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 58 170 -
CMYK 0.09 0.66 0 0.33
HSL 291.96º 0.49% 0.45% -
HSV(B) 291.96º 0.66% 0.67% -
XYZ 22.29 12.9 39.34 -
YUV 99.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 155 58 170 0.09 0.66 0 0.33 291.96 0.49 0.45
Hex 9B 3A AA 9 42 0 21 124 31 2D
Octal 233 72 252 11 102 0 41 444 61 55
Binary 10011011 111010 10101010 1001 1000010 0 100001 100100100 110001 101101

Color Harmonies of #9B3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3AAA

Black with #9B3AAA

Text Example


Text Example

White with #9B3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,58,170); }

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

background-color css

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

 a { background-color: rgb(155,58,170); }

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

border-color css

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

 span { border-color: rgb(155,58,170); }

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