Html Css Color HEX #9661B4 Deep Lilac

📋 copy color: '#9661B4'

red 150 ◦ green 97 ◦ blue 180

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

Shades of Deep Lilac #9661B4

Tints of Deep Lilac #9661B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 35.13%
G = 22.72%
B = 42.15%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9661B4 (or 0x9661B4) is known color: Deep Lilac. HEX triplet: 96, 61 and B4. RGB value is (150,97,180). Sum of RGB (Red+Green+Blue) = 150+97+180=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #9661B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661B4 is #699E4B. Grayscale: #7A7A7A. Windows color (decimal): -6921804 or 11821462. OLE color: 11821462.

HSL color Cylindrical-coordinate representation of color #9661B4: hue angle of 278.31º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9661B4 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 97 180 -
CMYK 0.17 0.46 0 0.29
HSL 278.31º 0.36% 0.54% -
HSV(B) 278.31º 0.46% 0.71% -
XYZ 25.09 18.33 45.4 -
YUV 122.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 150 97 180 0.17 0.46 0 0.29 278.31 0.36 0.54
Hex 96 61 B4 11 2E 0 1D 116 24 36
Octal 226 141 264 21 56 0 35 426 44 66
Binary 10010110 1100001 10110100 10001 101110 0 11101 100010110 100100 110110

Color Harmonies of #9661B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661B4

Black with #9661B4

Text Example


Text Example

White with #9661B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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