Html Css Color HEX #9441AB Deep Lilac

📋 copy color: '#9441AB'

red 148 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9441AB

Tints of Deep Lilac #9441AB

RGB

 RED value IS 148 (58.2% from 255) = 38.54%

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

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

R = 38.54%
G = 16.93%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9441AB (or 0x9441AB) is known color: Deep Lilac. HEX triplet: 94, 41 and AB. RGB value is (148,65,171). Sum of RGB (Red+Green+Blue) = 148+65+171=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #9441AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9441AB is #6BBE54. Grayscale: #656565. Windows color (decimal): -7061077 or 11223444. OLE color: 11223444.

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

Color convert

RGB 148 65 171 -
CMYK 0.13 0.62 0 0.33
HSL 286.98º 0.45% 0.46% -
HSV(B) 286.98º 0.62% 0.67% -
XYZ 21.45 13.02 39.91 -
YUV 101.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 148 65 171 0.13 0.62 0 0.33 286.98 0.45 0.46
Hex 94 41 AB D 3E 0 21 11F 2D 2E
Octal 224 101 253 15 76 0 41 437 55 56
Binary 10010100 1000001 10101011 1101 111110 0 100001 100011111 101101 101110

Color Harmonies of #9441AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9441AB

Black with #9441AB

Text Example


Text Example

White with #9441AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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