Html Css Color HEX #9150AC Deep Lilac

📋 copy color: '#9150AC'

red 145 ◦ green 80 ◦ blue 172

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

Shades of Deep Lilac #9150AC

Tints of Deep Lilac #9150AC

RGB

 RED value IS 145 (57.03% from 255) = 36.52%

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 36.52%
G = 20.15%
B = 43.32%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9150AC (or 0x9150AC) is known color: Deep Lilac. HEX triplet: 91, 50 and AC. RGB value is (145,80,172). Sum of RGB (Red+Green+Blue) = 145+80+172=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #9150AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9150AC is #6EAF53. Grayscale: #6D6D6D. Windows color (decimal): -7253844 or 11292817. OLE color: 11292817.

HSL color Cylindrical-coordinate representation of color #9150AC: hue angle of 282.39º degrees, saturation: 0.37, 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 #9150AC is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 80 172 -
CMYK 0.16 0.53 0 0.33
HSL 282.39º 0.37% 0.49% -
HSV(B) 282.39º 0.53% 0.67% -
XYZ 21.99 14.74 40.71 -
YUV 109.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 145 80 172 0.16 0.53 0 0.33 282.39 0.37 0.49
Hex 91 50 AC 10 35 0 21 11A 25 31
Octal 221 120 254 20 65 0 41 432 45 61
Binary 10010001 1010000 10101100 10000 110101 0 100001 100011010 100101 110001

Color Harmonies of #9150AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9150AC

Black with #9150AC

Text Example


Text Example

White with #9150AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9150AC; }

 p { color: rgb(145,80,172); }

 H1.HeaderClassName
 {
   color: #9150AC;
 }
 .AnyTagClassName
 {
   color: #9150AC;
 }
</style>

background-color css

<style>
 a { background-color: #9150AC; }

 a { background-color: rgb(145,80,172); }

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

border-color css

<style>
 span { border-color: #9150AC; }

 span { border-color: rgb(145,80,172); }

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