Html Css Color HEX #9A3DAB Deep Lilac

📋 copy color: '#9A3DAB'

red 154 ◦ green 61 ◦ blue 171

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

Shades of Deep Lilac #9A3DAB

Tints of Deep Lilac #9A3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.8%

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 39.9%
G = 15.8%
B = 44.3%

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

#9A3DAB (or 0x9A3DAB) is known color: Deep Lilac. HEX triplet: 9A, 3D and AB. RGB value is (154,61,171). Sum of RGB (Red+Green+Blue) = 154+61+171=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3DAB is #65C254. Grayscale: #656565. Windows color (decimal): -6668885 or 11222426. OLE color: 11222426.

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

Color convert

RGB 154 61 171 -
CMYK 0.10 0.64 0 0.33
HSL 290.73º 0.47% 0.45% -
HSV(B) 290.73º 0.64% 0.67% -
XYZ 22.35 13.15 39.89 -
YUV 101.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 154 61 171 0.10 0.64 0 0.33 290.73 0.47 0.45
Hex 9A 3D AB A 40 0 21 123 2F 2D
Octal 232 75 253 12 100 0 41 443 57 55
Binary 10011010 111101 10101011 1010 1000000 0 100001 100100011 101111 101101

Color Harmonies of #9A3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3DAB

Black with #9A3DAB

Text Example


Text Example

White with #9A3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,61,171); }

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

background-color css

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

 a { background-color: rgb(154,61,171); }

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

border-color css

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

 span { border-color: rgb(154,61,171); }

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