Html Css Color HEX #9A42AA Deep Lilac

📋 copy color: '#9A42AA'

red 154 ◦ green 66 ◦ blue 170

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

Shades of Deep Lilac #9A42AA

Tints of Deep Lilac #9A42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.92%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 39.49%
G = 16.92%
B = 43.59%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A42AA (or 0x9A42AA) is known color: Deep Lilac. HEX triplet: 9A, 42 and AA. RGB value is (154,66,170). Sum of RGB (Red+Green+Blue) = 154+66+170=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A42AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A42AA is #65BD55. Grayscale: #676767. Windows color (decimal): -6667606 or 11158170. OLE color: 11158170.

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

Color convert

RGB 154 66 170 -
CMYK 0.09 0.61 0 0.33
HSL 290.77º 0.44% 0.46% -
HSV(B) 290.77º 0.61% 0.67% -
XYZ 22.53 13.67 39.48 -
YUV 104.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 154 66 170 0.09 0.61 0 0.33 290.77 0.44 0.46
Hex 9A 42 AA 9 3D 0 21 123 2C 2E
Octal 232 102 252 11 75 0 41 443 54 56
Binary 10011010 1000010 10101010 1001 111101 0 100001 100100011 101100 101110

Color Harmonies of #9A42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A42AA

Black with #9A42AA

Text Example


Text Example

White with #9A42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,66,170); }

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

background-color css

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

 a { background-color: rgb(154,66,170); }

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

border-color css

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

 span { border-color: rgb(154,66,170); }

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