Html Css Color HEX #9A61AC Deep Lilac

📋 copy color: '#9A61AC'

red 154 ◦ green 97 ◦ blue 172

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

Shades of Deep Lilac #9A61AC

Tints of Deep Lilac #9A61AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

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

R = 36.41%
G = 22.93%
B = 40.66%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A61AC (or 0x9A61AC) is known color: Deep Lilac. HEX triplet: 9A, 61 and AC. RGB value is (154,97,172). Sum of RGB (Red+Green+Blue) = 154+97+172=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A61AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A61AC is #659E53. Grayscale: #7A7A7A. Windows color (decimal): -6659668 or 11297178. OLE color: 11297178.

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

Color convert

RGB 154 97 172 -
CMYK 0.10 0.44 0 0.33
HSL 285.6º 0.31% 0.53% -
HSV(B) 285.6º 0.44% 0.67% -
XYZ 25.05 18.4 41.26 -
YUV 122.59 155.88 150.4 -
System Red Green Blue C M Y K H S L
Decimal 154 97 172 0.10 0.44 0 0.33 285.6 0.31 0.53
Hex 9A 61 AC A 2C 0 21 11E 1F 35
Octal 232 141 254 12 54 0 41 436 37 65
Binary 10011010 1100001 10101100 1010 101100 0 100001 100011110 11111 110101

Color Harmonies of #9A61AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A61AC

Black with #9A61AC

Text Example


Text Example

White with #9A61AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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