Html Css Color HEX #9450AA Deep Lilac

📋 copy color: '#9450AA'

red 148 ◦ green 80 ◦ blue 170

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

Shades of Deep Lilac #9450AA

Tints of Deep Lilac #9450AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 37.19%
G = 20.1%
B = 42.71%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9450AA (or 0x9450AA) is known color: Deep Lilac. HEX triplet: 94, 50 and AA. RGB value is (148,80,170). Sum of RGB (Red+Green+Blue) = 148+80+170=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #9450AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9450AA is #6BAF55. Grayscale: #6E6E6E. Windows color (decimal): -7057238 or 11161748. OLE color: 11161748.

HSL color Cylindrical-coordinate representation of color #9450AA: hue angle of 285.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9450AA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 80 170 -
CMYK 0.13 0.53 0 0.33
HSL 285.33º 0.36% 0.49% -
HSV(B) 285.33º 0.53% 0.67% -
XYZ 22.34 14.94 39.74 -
YUV 110.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 148 80 170 0.13 0.53 0 0.33 285.33 0.36 0.49
Hex 94 50 AA D 35 0 21 11D 24 31
Octal 224 120 252 15 65 0 41 435 44 61
Binary 10010100 1010000 10101010 1101 110101 0 100001 100011101 100100 110001

Color Harmonies of #9450AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450AA

Black with #9450AA

Text Example


Text Example

White with #9450AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9450AA; }

 p { color: rgb(148,80,170); }

 H1.HeaderClassName
 {
   color: #9450AA;
 }
 .AnyTagClassName
 {
   color: #9450AA;
 }
</style>

background-color css

<style>
 a { background-color: #9450AA; }

 a { background-color: rgb(148,80,170); }

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

border-color css

<style>
 span { border-color: #9450AA; }

 span { border-color: rgb(148,80,170); }

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