Html Css Color HEX #9A3EAC Deep Lilac

📋 copy color: '#9A3EAC'

red 154 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #9A3EAC

Tints of Deep Lilac #9A3EAC

RGB

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

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

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

R = 39.69%
G = 15.98%
B = 44.33%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A3EAC (or 0x9A3EAC) is known color: Deep Lilac. HEX triplet: 9A, 3E and AC. RGB value is (154,62,172). Sum of RGB (Red+Green+Blue) = 154+62+172=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A3EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3EAC is #65C153. Grayscale: #656565. Windows color (decimal): -6668628 or 11288218. OLE color: 11288218.

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

Color convert

RGB 154 62 172 -
CMYK 0.10 0.64 0 0.33
HSL 290.18º 0.47% 0.46% -
HSV(B) 290.18º 0.64% 0.67% -
XYZ 22.5 13.29 40.41 -
YUV 102.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 154 62 172 0.10 0.64 0 0.33 290.18 0.47 0.46
Hex 9A 3E AC A 40 0 21 122 2F 2E
Octal 232 76 254 12 100 0 41 442 57 56
Binary 10011010 111110 10101100 1010 1000000 0 100001 100100010 101111 101110

Color Harmonies of #9A3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3EAC

Black with #9A3EAC

Text Example


Text Example

White with #9A3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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