Html Css Color HEX #9841AB Deep Lilac

📋 copy color: '#9841AB'

red 152 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9841AB

Tints of Deep Lilac #9841AB

RGB

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

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

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

R = 39.18%
G = 16.75%
B = 44.07%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9841AB (or 0x9841AB) is known color: Deep Lilac. HEX triplet: 98, 41 and AB. RGB value is (152,65,171). Sum of RGB (Red+Green+Blue) = 152+65+171=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9841AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9841AB is #67BE54. Grayscale: #666666. Windows color (decimal): -6798933 or 11223448. OLE color: 11223448.

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

Color convert

RGB 152 65 171 -
CMYK 0.11 0.62 0 0.33
HSL 289.25º 0.45% 0.46% -
HSV(B) 289.25º 0.62% 0.67% -
XYZ 22.19 13.4 39.94 -
YUV 103.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 152 65 171 0.11 0.62 0 0.33 289.25 0.45 0.46
Hex 98 41 AB B 3E 0 21 121 2D 2E
Octal 230 101 253 13 76 0 41 441 55 56
Binary 10011000 1000001 10101011 1011 111110 0 100001 100100001 101101 101110

Color Harmonies of #9841AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9841AB

Black with #9841AB

Text Example


Text Example

White with #9841AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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