Html Css Color HEX #9448AE Deep Lilac

📋 copy color: '#9448AE'

red 148 ◦ green 72 ◦ blue 174

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

Shades of Deep Lilac #9448AE

Tints of Deep Lilac #9448AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 37.56%
G = 18.27%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9448AE (or 0x9448AE) is known color: Deep Lilac. HEX triplet: 94, 48 and AE. RGB value is (148,72,174). Sum of RGB (Red+Green+Blue) = 148+72+174=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #9448AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9448AE is #6BB751. Grayscale: #6A6A6A. Windows color (decimal): -7059282 or 11421844. OLE color: 11421844.

HSL color Cylindrical-coordinate representation of color #9448AE: hue angle of 284.71º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9448AE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 72 174 -
CMYK 0.15 0.59 0 0.32
HSL 284.71º 0.41% 0.48% -
HSV(B) 284.71º 0.59% 0.68% -
XYZ 22.17 13.99 41.58 -
YUV 106.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 148 72 174 0.15 0.59 0 0.32 284.71 0.41 0.48
Hex 94 48 AE F 3B 0 20 11D 29 30
Octal 224 110 256 17 73 0 40 435 51 60
Binary 10010100 1001000 10101110 1111 111011 0 100000 100011101 101001 110000

Color Harmonies of #9448AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9448AE

Black with #9448AE

Text Example


Text Example

White with #9448AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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