Html Css Color HEX #9748AC Deep Lilac

📋 copy color: '#9748AC'

red 151 ◦ green 72 ◦ blue 172

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

Shades of Deep Lilac #9748AC

Tints of Deep Lilac #9748AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.23%

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

R = 38.23%
G = 18.23%
B = 43.54%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9748AC (or 0x9748AC) is known color: Deep Lilac. HEX triplet: 97, 48 and AC. RGB value is (151,72,172). Sum of RGB (Red+Green+Blue) = 151+72+172=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 72 (28.52% from 255 or 18.23% 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 #9748AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9748AC is #68B753. Grayscale: #6A6A6A. Windows color (decimal): -6862676 or 11290775. OLE color: 11290775.

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

Color convert

RGB 151 72 172 -
CMYK 0.12 0.58 0 0.33
HSL 287.4º 0.41% 0.48% -
HSV(B) 287.4º 0.58% 0.67% -
XYZ 22.53 14.19 40.58 -
YUV 107.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 151 72 172 0.12 0.58 0 0.33 287.4 0.41 0.48
Hex 97 48 AC C 3A 0 21 11F 29 30
Octal 227 110 254 14 72 0 41 437 51 60
Binary 10010111 1001000 10101100 1100 111010 0 100001 100011111 101001 110000

Color Harmonies of #9748AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9748AC

Black with #9748AC

Text Example


Text Example

White with #9748AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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