Html Css Color HEX #9663B4 Deep Lilac

📋 copy color: '#9663B4'

red 150 ◦ green 99 ◦ blue 180

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

Shades of Deep Lilac #9663B4

Tints of Deep Lilac #9663B4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.08%

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

R = 34.97%
G = 23.08%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9663B4 (or 0x9663B4) is known color: Deep Lilac. HEX triplet: 96, 63 and B4. RGB value is (150,99,180). Sum of RGB (Red+Green+Blue) = 150+99+180=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #9663B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663B4 is #699C4B. Grayscale: #7B7B7B. Windows color (decimal): -6921292 or 11821974. OLE color: 11821974.

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

Color convert

RGB 150 99 180 -
CMYK 0.17 0.45 0 0.29
HSL 277.78º 0.35% 0.55% -
HSV(B) 277.78º 0.45% 0.71% -
XYZ 25.28 18.7 45.46 -
YUV 123.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 150 99 180 0.17 0.45 0 0.29 277.78 0.35 0.55
Hex 96 63 B4 11 2D 0 1D 116 23 37
Octal 226 143 264 21 55 0 35 426 43 67
Binary 10010110 1100011 10110100 10001 101101 0 11101 100010110 100011 110111

Color Harmonies of #9663B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663B4

Black with #9663B4

Text Example


Text Example

White with #9663B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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