Html Css Color HEX #9A39AA Deep Lilac

📋 copy color: '#9A39AA'

red 154 ◦ green 57 ◦ blue 170

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

Shades of Deep Lilac #9A39AA

Tints of Deep Lilac #9A39AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

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

R = 40.42%
G = 14.96%
B = 44.62%

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

#9A39AA (or 0x9A39AA) is known color: Deep Lilac. HEX triplet: 9A, 39 and AA. RGB value is (154,57,170). Sum of RGB (Red+Green+Blue) = 154+57+170=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A39AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A39AA is #65C655. Grayscale: #626262. Windows color (decimal): -6669910 or 11155866. OLE color: 11155866.

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

Color convert

RGB 154 57 170 -
CMYK 0.09 0.66 0 0.33
HSL 291.5º 0.5% 0.45% -
HSV(B) 291.5º 0.66% 0.67% -
XYZ 22.05 12.7 39.32 -
YUV 98.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 154 57 170 0.09 0.66 0 0.33 291.5 0.5 0.45
Hex 9A 39 AA 9 42 0 21 124 32 2D
Octal 232 71 252 11 102 0 41 444 62 55
Binary 10011010 111001 10101010 1001 1000010 0 100001 100100100 110010 101101

Color Harmonies of #9A39AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A39AA

Black with #9A39AA

Text Example


Text Example

White with #9A39AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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