Html Css Color HEX #9A3EAD Deep Lilac

📋 copy color: '#9A3EAD'

red 154 ◦ green 62 ◦ blue 173

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

Shades of Deep Lilac #9A3EAD

Tints of Deep Lilac #9A3EAD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.94%

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 39.59%
G = 15.94%
B = 44.47%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A3EAD (or 0x9A3EAD) is known color: Deep Lilac. HEX triplet: 9A, 3E and AD. RGB value is (154,62,173). Sum of RGB (Red+Green+Blue) = 154+62+173=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A3EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3EAD is #65C152. Grayscale: #656565. Windows color (decimal): -6668627 or 11353754. OLE color: 11353754.

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

Color convert

RGB 154 62 173 -
CMYK 0.11 0.64 0 0.32
HSL 289.73º 0.47% 0.46% -
HSV(B) 289.73º 0.64% 0.68% -
XYZ 22.59 13.33 40.92 -
YUV 102.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 154 62 173 0.11 0.64 0 0.32 289.73 0.47 0.46
Hex 9A 3E AD B 40 0 20 122 2F 2E
Octal 232 76 255 13 100 0 40 442 57 56
Binary 10011010 111110 10101101 1011 1000000 0 100000 100100010 101111 101110

Color Harmonies of #9A3EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3EAD

Black with #9A3EAD

Text Example


Text Example

White with #9A3EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,62,173); }

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

background-color css

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

 a { background-color: rgb(154,62,173); }

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

border-color css

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

 span { border-color: rgb(154,62,173); }

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