Html Css Color HEX #9A3BAA Deep Lilac

📋 copy color: '#9A3BAA'

red 154 ◦ green 59 ◦ blue 170

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

Shades of Deep Lilac #9A3BAA

Tints of Deep Lilac #9A3BAA

RGB

 RED value IS 154 (60.55% from 255) = 40.21%

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

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

R = 40.21%
G = 15.4%
B = 44.39%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A3BAA (or 0x9A3BAA) is known color: Deep Lilac. HEX triplet: 9A, 3B and AA. RGB value is (154,59,170). Sum of RGB (Red+Green+Blue) = 154+59+170=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 59 (23.44% from 255 or 15.40% 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 #9A3BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3BAA is #65C455. Grayscale: #636363. Windows color (decimal): -6669398 or 11156378. OLE color: 11156378.

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

Color convert

RGB 154 59 170 -
CMYK 0.09 0.65 0 0.33
HSL 291.35º 0.48% 0.45% -
HSV(B) 291.35º 0.65% 0.67% -
XYZ 22.15 12.9 39.35 -
YUV 100.06 167.47 166.47 -
System Red Green Blue C M Y K H S L
Decimal 154 59 170 0.09 0.65 0 0.33 291.35 0.48 0.45
Hex 9A 3B AA 9 41 0 21 123 30 2D
Octal 232 73 252 11 101 0 41 443 60 55
Binary 10011010 111011 10101010 1001 1000001 0 100001 100100011 110000 101101

Color Harmonies of #9A3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3BAA

Black with #9A3BAA

Text Example


Text Example

White with #9A3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,59,170); }

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

background-color css

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

 a { background-color: rgb(154,59,170); }

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

border-color css

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

 span { border-color: rgb(154,59,170); }

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