Html Css Color HEX #9445AD Deep Lilac

📋 copy color: '#9445AD'

red 148 ◦ green 69 ◦ blue 173

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

Shades of Deep Lilac #9445AD

Tints of Deep Lilac #9445AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.69%

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 37.95%
G = 17.69%
B = 44.36%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9445AD (or 0x9445AD) is known color: Deep Lilac. HEX triplet: 94, 45 and AD. RGB value is (148,69,173). Sum of RGB (Red+Green+Blue) = 148+69+173=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9445AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9445AD is #6BBA52. Grayscale: #686868. Windows color (decimal): -7060051 or 11355540. OLE color: 11355540.

HSL color Cylindrical-coordinate representation of color #9445AD: hue angle of 285.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9445AD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 69 173 -
CMYK 0.14 0.60 0 0.32
HSL 285.58º 0.43% 0.47% -
HSV(B) 285.58º 0.6% 0.68% -
XYZ 21.88 13.57 41 -
YUV 104.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 148 69 173 0.14 0.60 0 0.32 285.58 0.43 0.47
Hex 94 45 AD E 3C 0 20 11E 2B 2F
Octal 224 105 255 16 74 0 40 436 53 57
Binary 10010100 1000101 10101101 1110 111100 0 100000 100011110 101011 101111

Color Harmonies of #9445AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9445AD

Black with #9445AD

Text Example


Text Example

White with #9445AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9445AD; }

 p { color: rgb(148,69,173); }

 H1.HeaderClassName
 {
   color: #9445AD;
 }
 .AnyTagClassName
 {
   color: #9445AD;
 }
</style>

background-color css

<style>
 a { background-color: #9445AD; }

 a { background-color: rgb(148,69,173); }

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

border-color css

<style>
 span { border-color: #9445AD; }

 span { border-color: rgb(148,69,173); }

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