Html Css Color HEX #9A3AAE Deep Lilac

📋 copy color: '#9A3AAE'

red 154 ◦ green 58 ◦ blue 174

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

Shades of Deep Lilac #9A3AAE

Tints of Deep Lilac #9A3AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 39.9%
G = 15.03%
B = 45.08%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A3AAE (or 0x9A3AAE) is known color: Deep Lilac. HEX triplet: 9A, 3A and AE. RGB value is (154,58,174). Sum of RGB (Red+Green+Blue) = 154+58+174=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A3AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3AAE is #65C551. Grayscale: #636363. Windows color (decimal): -6669650 or 11418266. OLE color: 11418266.

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

Color convert

RGB 154 58 174 -
CMYK 0.11 0.67 0 0.32
HSL 289.66º 0.5% 0.45% -
HSV(B) 289.66º 0.67% 0.68% -
XYZ 22.48 12.95 41.36 -
YUV 99.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 154 58 174 0.11 0.67 0 0.32 289.66 0.5 0.45
Hex 9A 3A AE B 43 0 20 122 32 2D
Octal 232 72 256 13 103 0 40 442 62 55
Binary 10011010 111010 10101110 1011 1000011 0 100000 100100010 110010 101101

Color Harmonies of #9A3AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3AAE

Black with #9A3AAE

Text Example


Text Example

White with #9A3AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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