Html Css Color HEX #9A47AB Deep Lilac

📋 copy color: '#9A47AB'

red 154 ◦ green 71 ◦ blue 171

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

Shades of Deep Lilac #9A47AB

Tints of Deep Lilac #9A47AB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

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

R = 38.89%
G = 17.93%
B = 43.18%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A47AB (or 0x9A47AB) is known color: Deep Lilac. HEX triplet: 9A, 47 and AB. RGB value is (154,71,171). Sum of RGB (Red+Green+Blue) = 154+71+171=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A47AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A47AB is #65B854. Grayscale: #6A6A6A. Windows color (decimal): -6666325 or 11224986. OLE color: 11224986.

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

Color convert

RGB 154 71 171 -
CMYK 0.10 0.58 0 0.33
HSL 289.8º 0.41% 0.47% -
HSV(B) 289.8º 0.58% 0.67% -
XYZ 22.93 14.32 40.08 -
YUV 107.22 164 161.37 -
System Red Green Blue C M Y K H S L
Decimal 154 71 171 0.10 0.58 0 0.33 289.8 0.41 0.47
Hex 9A 47 AB A 3A 0 21 122 29 2F
Octal 232 107 253 12 72 0 41 442 51 57
Binary 10011010 1000111 10101011 1010 111010 0 100001 100100010 101001 101111

Color Harmonies of #9A47AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A47AB

Black with #9A47AB

Text Example


Text Example

White with #9A47AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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