Html Css Color HEX #9741AC Deep Lilac

📋 copy color: '#9741AC'

red 151 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9741AC

Tints of Deep Lilac #9741AC

RGB

 RED value IS 151 (59.38% from 255) = 38.92%

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

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

R = 38.92%
G = 16.75%
B = 44.33%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9741AC (or 0x9741AC) is known color: Deep Lilac. HEX triplet: 97, 41 and AC. RGB value is (151,65,172). Sum of RGB (Red+Green+Blue) = 151+65+172=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #9741AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9741AC is #68BE53. Grayscale: #666666. Windows color (decimal): -6864468 or 11288983. OLE color: 11288983.

HSL color Cylindrical-coordinate representation of color #9741AC: hue angle of 288.22º 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 #9741AC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 65 172 -
CMYK 0.12 0.62 0 0.33
HSL 288.22º 0.45% 0.46% -
HSV(B) 288.22º 0.62% 0.67% -
XYZ 22.1 13.34 40.44 -
YUV 102.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 151 65 172 0.12 0.62 0 0.33 288.22 0.45 0.46
Hex 97 41 AC C 3E 0 21 120 2D 2E
Octal 227 101 254 14 76 0 41 440 55 56
Binary 10010111 1000001 10101100 1100 111110 0 100001 100100000 101101 101110

Color Harmonies of #9741AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9741AC

Black with #9741AC

Text Example


Text Example

White with #9741AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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