Html Css Color HEX #9641AC Deep Lilac

📋 copy color: '#9641AC'

red 150 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9641AC

Tints of Deep Lilac #9641AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.8%

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

R = 38.76%
G = 16.8%
B = 44.44%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9641AC (or 0x9641AC) is known color: Deep Lilac. HEX triplet: 96, 41 and AC. RGB value is (150,65,172). Sum of RGB (Red+Green+Blue) = 150+65+172=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #9641AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641AC is #69BE53. Grayscale: #666666. Windows color (decimal): -6930004 or 11288982. OLE color: 11288982.

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

Color convert

RGB 150 65 172 -
CMYK 0.13 0.62 0 0.33
HSL 287.66º 0.45% 0.46% -
HSV(B) 287.66º 0.62% 0.67% -
XYZ 21.91 13.24 40.43 -
YUV 102.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 150 65 172 0.13 0.62 0 0.33 287.66 0.45 0.46
Hex 96 41 AC D 3E 0 21 120 2D 2E
Octal 226 101 254 15 76 0 41 440 55 56
Binary 10010110 1000001 10101100 1101 111110 0 100001 100100000 101101 101110

Color Harmonies of #9641AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9641AC

Black with #9641AC

Text Example


Text Example

White with #9641AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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