Html Css Color HEX #9447AF Deep Lilac

📋 copy color: '#9447AF'

red 148 ◦ green 71 ◦ blue 175

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

Shades of Deep Lilac #9447AF

Tints of Deep Lilac #9447AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.02%

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 37.56%
G = 18.02%
B = 44.42%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9447AF (or 0x9447AF) is known color: Deep Lilac. HEX triplet: 94, 47 and AF. RGB value is (148,71,175). Sum of RGB (Red+Green+Blue) = 148+71+175=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #9447AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9447AF is #6BB850. Grayscale: #696969. Windows color (decimal): -7059537 or 11487124. OLE color: 11487124.

HSL color Cylindrical-coordinate representation of color #9447AF: hue angle of 284.42º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9447AF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 71 175 -
CMYK 0.15 0.59 0 0.31
HSL 284.42º 0.42% 0.48% -
HSV(B) 284.42º 0.59% 0.69% -
XYZ 22.2 13.9 42.07 -
YUV 105.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 148 71 175 0.15 0.59 0 0.31 284.42 0.42 0.48
Hex 94 47 AF F 3B 0 1F 11C 2A 30
Octal 224 107 257 17 73 0 37 434 52 60
Binary 10010100 1000111 10101111 1111 111011 0 11111 100011100 101010 110000

Color Harmonies of #9447AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9447AF

Black with #9447AF

Text Example


Text Example

White with #9447AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9447AF; }

 p { color: rgb(148,71,175); }

 H1.HeaderClassName
 {
   color: #9447AF;
 }
 .AnyTagClassName
 {
   color: #9447AF;
 }
</style>

background-color css

<style>
 a { background-color: #9447AF; }

 a { background-color: rgb(148,71,175); }

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

border-color css

<style>
 span { border-color: #9447AF; }

 span { border-color: rgb(148,71,175); }

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