Html Css Color HEX #9A3AAB Deep Lilac

📋 copy color: '#9A3AAB'

red 154 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #9A3AAB

Tints of Deep Lilac #9A3AAB

RGB

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

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

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

R = 40.21%
G = 15.14%
B = 44.65%

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

#9A3AAB (or 0x9A3AAB) is known color: Deep Lilac. HEX triplet: 9A, 3A and AB. RGB value is (154,58,171). Sum of RGB (Red+Green+Blue) = 154+58+171=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A3AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3AAB is #65C554. Grayscale: #636363. Windows color (decimal): -6669653 or 11221658. OLE color: 11221658.

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

Color convert

RGB 154 58 171 -
CMYK 0.10 0.66 0 0.33
HSL 290.97º 0.49% 0.45% -
HSV(B) 290.97º 0.66% 0.67% -
XYZ 22.19 12.84 39.84 -
YUV 99.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 154 58 171 0.10 0.66 0 0.33 290.97 0.49 0.45
Hex 9A 3A AB A 42 0 21 123 31 2D
Octal 232 72 253 12 102 0 41 443 61 55
Binary 10011010 111010 10101011 1010 1000010 0 100001 100100011 110001 101101

Color Harmonies of #9A3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3AAB

Black with #9A3AAB

Text Example


Text Example

White with #9A3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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