Html Css Color HEX #9841AD Deep Lilac

📋 copy color: '#9841AD'

red 152 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #9841AD

Tints of Deep Lilac #9841AD

RGB

 RED value IS 152 (59.77% from 255) = 38.97%

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

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

R = 38.97%
G = 16.67%
B = 44.36%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9841AD (or 0x9841AD) is known color: Deep Lilac. HEX triplet: 98, 41 and AD. RGB value is (152,65,173). Sum of RGB (Red+Green+Blue) = 152+65+173=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9841AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9841AD is #67BE52. Grayscale: #666666. Windows color (decimal): -6798931 or 11354520. OLE color: 11354520.

HSL color Cylindrical-coordinate representation of color #9841AD: hue angle of 288.33º 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 #9841AD is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 65 173 -
CMYK 0.12 0.62 0 0.32
HSL 288.33º 0.45% 0.47% -
HSV(B) 288.33º 0.62% 0.68% -
XYZ 22.38 13.47 40.96 -
YUV 103.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 152 65 173 0.12 0.62 0 0.32 288.33 0.45 0.47
Hex 98 41 AD C 3E 0 20 120 2D 2F
Octal 230 101 255 14 76 0 40 440 55 57
Binary 10011000 1000001 10101101 1100 111110 0 100000 100100000 101101 101111

Color Harmonies of #9841AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9841AD

Black with #9841AD

Text Example


Text Example

White with #9841AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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