Html Css Color HEX #9448AB Deep Lilac

📋 copy color: '#9448AB'

red 148 ◦ green 72 ◦ blue 171

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

Shades of Deep Lilac #9448AB

Tints of Deep Lilac #9448AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

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

R = 37.85%
G = 18.41%
B = 43.73%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9448AB (or 0x9448AB) is known color: Deep Lilac. HEX triplet: 94, 48 and AB. RGB value is (148,72,171). Sum of RGB (Red+Green+Blue) = 148+72+171=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #9448AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9448AB is #6BB754. Grayscale: #696969. Windows color (decimal): -7059285 or 11225236. OLE color: 11225236.

HSL color Cylindrical-coordinate representation of color #9448AB: hue angle of 286.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9448AB is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 72 171 -
CMYK 0.13 0.58 0 0.33
HSL 286.06º 0.41% 0.48% -
HSV(B) 286.06º 0.58% 0.67% -
XYZ 21.88 13.87 40.05 -
YUV 106.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 148 72 171 0.13 0.58 0 0.33 286.06 0.41 0.48
Hex 94 48 AB D 3A 0 21 11E 29 30
Octal 224 110 253 15 72 0 41 436 51 60
Binary 10010100 1001000 10101011 1101 111010 0 100001 100011110 101001 110000

Color Harmonies of #9448AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9448AB

Black with #9448AB

Text Example


Text Example

White with #9448AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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