Html Css Color HEX #9A3AAC Deep Lilac

📋 copy color: '#9A3AAC'

red 154 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #9A3AAC

Tints of Deep Lilac #9A3AAC

RGB

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

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

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

R = 40.1%
G = 15.1%
B = 44.79%

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

#9A3AAC (or 0x9A3AAC) is known color: Deep Lilac. HEX triplet: 9A, 3A and AC. RGB value is (154,58,172). Sum of RGB (Red+Green+Blue) = 154+58+172=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A3AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3AAC is #65C553. Grayscale: #636363. Windows color (decimal): -6669652 or 11287194. OLE color: 11287194.

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

Color convert

RGB 154 58 172 -
CMYK 0.10 0.66 0 0.33
HSL 290.53º 0.5% 0.45% -
HSV(B) 290.53º 0.66% 0.67% -
XYZ 22.29 12.87 40.34 -
YUV 99.7 168.8 166.73 -
System Red Green Blue C M Y K H S L
Decimal 154 58 172 0.10 0.66 0 0.33 290.53 0.5 0.45
Hex 9A 3A AC A 42 0 21 123 32 2D
Octal 232 72 254 12 102 0 41 443 62 55
Binary 10011010 111010 10101100 1010 1000010 0 100001 100100011 110010 101101

Color Harmonies of #9A3AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3AAC

Black with #9A3AAC

Text Example


Text Example

White with #9A3AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,58,172); }

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

background-color css

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

 a { background-color: rgb(154,58,172); }

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

border-color css

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

 span { border-color: rgb(154,58,172); }

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