Html Css Color HEX #9649AC Deep Lilac

📋 copy color: '#9649AC'

red 150 ◦ green 73 ◦ blue 172

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

Shades of Deep Lilac #9649AC

Tints of Deep Lilac #9649AC

RGB

 RED value IS 150 (58.98% from 255) = 37.97%

 GREEN value IS 73 (28.91% from 255) = 18.48%

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

R = 37.97%
G = 18.48%
B = 43.54%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9649AC (or 0x9649AC) is known color: Deep Lilac. HEX triplet: 96, 49 and AC. RGB value is (150,73,172). Sum of RGB (Red+Green+Blue) = 150+73+172=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #9649AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9649AC is #69B653. Grayscale: #6A6A6A. Windows color (decimal): -6927956 or 11291030. OLE color: 11291030.

HSL color Cylindrical-coordinate representation of color #9649AC: hue angle of 286.67º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9649AC is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 73 172 -
CMYK 0.13 0.58 0 0.33
HSL 286.67º 0.4% 0.48% -
HSV(B) 286.67º 0.58% 0.67% -
XYZ 22.41 14.23 40.59 -
YUV 107.31 164.51 158.45 -
System Red Green Blue C M Y K H S L
Decimal 150 73 172 0.13 0.58 0 0.33 286.67 0.4 0.48
Hex 96 49 AC D 3A 0 21 11F 28 30
Octal 226 111 254 15 72 0 41 437 50 60
Binary 10010110 1001001 10101100 1101 111010 0 100001 100011111 101000 110000

Color Harmonies of #9649AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649AC

Black with #9649AC

Text Example


Text Example

White with #9649AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,73,172); }

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

background-color css

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

 a { background-color: rgb(150,73,172); }

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

border-color css

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

 span { border-color: rgb(150,73,172); }

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