Html Css Color HEX #9661B3 Deep Lilac

📋 copy color: '#9661B3'

red 150 ◦ green 97 ◦ blue 179

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

Shades of Deep Lilac #9661B3

Tints of Deep Lilac #9661B3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.77%

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 35.21%
G = 22.77%
B = 42.02%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9661B3 (or 0x9661B3) is known color: Deep Lilac. HEX triplet: 96, 61 and B3. RGB value is (150,97,179). Sum of RGB (Red+Green+Blue) = 150+97+179=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #9661B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661B3 is #699E4C. Grayscale: #797979. Windows color (decimal): -6921805 or 11755926. OLE color: 11755926.

HSL color Cylindrical-coordinate representation of color #9661B3: hue angle of 278.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9661B3 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 97 179 -
CMYK 0.16 0.46 0 0.30
HSL 278.78º 0.35% 0.54% -
HSV(B) 278.78º 0.46% 0.7% -
XYZ 24.99 18.29 44.86 -
YUV 122.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 150 97 179 0.16 0.46 0 0.30 278.78 0.35 0.54
Hex 96 61 B3 10 2E 0 1E 117 23 36
Octal 226 141 263 20 56 0 36 427 43 66
Binary 10010110 1100001 10110011 10000 101110 0 11110 100010111 100011 110110

Color Harmonies of #9661B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661B3

Black with #9661B3

Text Example


Text Example

White with #9661B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9661B3; }

 p { color: rgb(150,97,179); }

 H1.HeaderClassName
 {
   color: #9661B3;
 }
 .AnyTagClassName
 {
   color: #9661B3;
 }
</style>

background-color css

<style>
 a { background-color: #9661B3; }

 a { background-color: rgb(150,97,179); }

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

border-color css

<style>
 span { border-color: #9661B3; }

 span { border-color: rgb(150,97,179); }

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