Html Css Color HEX #9646AC Deep Lilac

📋 copy color: '#9646AC'

red 150 ◦ green 70 ◦ blue 172

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

Shades of Deep Lilac #9646AC

Tints of Deep Lilac #9646AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 38.27%
G = 17.86%
B = 43.88%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9646AC (or 0x9646AC) is known color: Deep Lilac. HEX triplet: 96, 46 and AC. RGB value is (150,70,172). Sum of RGB (Red+Green+Blue) = 150+70+172=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #9646AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9646AC is #69B953. Grayscale: #696969. Windows color (decimal): -6928724 or 11290262. OLE color: 11290262.

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

Color convert

RGB 150 70 172 -
CMYK 0.13 0.59 0 0.33
HSL 287.06º 0.42% 0.47% -
HSV(B) 287.06º 0.59% 0.67% -
XYZ 22.21 13.84 40.53 -
YUV 105.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 150 70 172 0.13 0.59 0 0.33 287.06 0.42 0.47
Hex 96 46 AC D 3B 0 21 11F 2A 2F
Octal 226 106 254 15 73 0 41 437 52 57
Binary 10010110 1000110 10101100 1101 111011 0 100001 100011111 101010 101111

Color Harmonies of #9646AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9646AC

Black with #9646AC

Text Example


Text Example

White with #9646AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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