Html Css Color HEX #9241AD Deep Lilac

📋 copy color: '#9241AD'

red 146 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #9241AD

Tints of Deep Lilac #9241AD

RGB

 RED value IS 146 (57.42% from 255) = 38.02%

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 38.02%
G = 16.93%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9241AD (or 0x9241AD) is known color: Deep Lilac. HEX triplet: 92, 41 and AD. RGB value is (146,65,173). Sum of RGB (Red+Green+Blue) = 146+65+173=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #9241AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9241AD is #6DBE52. Grayscale: #656565. Windows color (decimal): -7192147 or 11354514. OLE color: 11354514.

HSL color Cylindrical-coordinate representation of color #9241AD: hue angle of 285º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9241AD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 65 173 -
CMYK 0.16 0.62 0 0.32
HSL 285º 0.45% 0.47% -
HSV(B) 285º 0.62% 0.68% -
XYZ 21.29 12.91 40.9 -
YUV 101.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 146 65 173 0.16 0.62 0 0.32 285 0.45 0.47
Hex 92 41 AD 10 3E 0 20 11D 2D 2F
Octal 222 101 255 20 76 0 40 435 55 57
Binary 10010010 1000001 10101101 10000 111110 0 100000 100011101 101101 101111

Color Harmonies of #9241AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9241AD

Black with #9241AD

Text Example


Text Example

White with #9241AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9241AD; }

 p { color: rgb(146,65,173); }

 H1.HeaderClassName
 {
   color: #9241AD;
 }
 .AnyTagClassName
 {
   color: #9241AD;
 }
</style>

background-color css

<style>
 a { background-color: #9241AD; }

 a { background-color: rgb(146,65,173); }

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

border-color css

<style>
 span { border-color: #9241AD; }

 span { border-color: rgb(146,65,173); }

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