Html Css Color HEX #9663BC Deep Lilac

📋 copy color: '#9663BC'

red 150 ◦ green 99 ◦ blue 188

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

Shades of Deep Lilac #9663BC

Tints of Deep Lilac #9663BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 34.32%
G = 22.65%
B = 43.02%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9663BC (or 0x9663BC) is known color: Deep Lilac. HEX triplet: 96, 63 and BC. RGB value is (150,99,188). Sum of RGB (Red+Green+Blue) = 150+99+188=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9663BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9663BC is #699C43. Grayscale: #7C7C7C. Windows color (decimal): -6921284 or 12346262. OLE color: 12346262.

HSL color Cylindrical-coordinate representation of color #9663BC: hue angle of 274.38º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9663BC is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 99 188 -
CMYK 0.20 0.47 0 0.26
HSL 274.38º 0.4% 0.56% -
HSV(B) 274.38º 0.47% 0.74% -
XYZ 26.12 19.04 49.88 -
YUV 124.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 150 99 188 0.20 0.47 0 0.26 274.38 0.4 0.56
Hex 96 63 BC 14 2F 0 1A 112 28 38
Octal 226 143 274 24 57 0 32 422 50 70
Binary 10010110 1100011 10111100 10100 101111 0 11010 100010010 101000 111000

Color Harmonies of #9663BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9663BC

Black with #9663BC

Text Example


Text Example

White with #9663BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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