Html Css Color HEX #9A41AB Deep Lilac

📋 copy color: '#9A41AB'

red 154 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9A41AB

Tints of Deep Lilac #9A41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 39.49%
G = 16.67%
B = 43.85%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A41AB (or 0x9A41AB) is known color: Deep Lilac. HEX triplet: 9A, 41 and AB. RGB value is (154,65,171). Sum of RGB (Red+Green+Blue) = 154+65+171=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A41AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A41AB is #65BE54. Grayscale: #676767. Windows color (decimal): -6667861 or 11223450. OLE color: 11223450.

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

Color convert

RGB 154 65 171 -
CMYK 0.10 0.62 0 0.33
HSL 290.38º 0.45% 0.46% -
HSV(B) 290.38º 0.62% 0.67% -
XYZ 22.57 13.59 39.96 -
YUV 103.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 154 65 171 0.10 0.62 0 0.33 290.38 0.45 0.46
Hex 9A 41 AB A 3E 0 21 122 2D 2E
Octal 232 101 253 12 76 0 41 442 55 56
Binary 10011010 1000001 10101011 1010 111110 0 100001 100100010 101101 101110

Color Harmonies of #9A41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A41AB

Black with #9A41AB

Text Example


Text Example

White with #9A41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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