Html Css Color HEX #9666BC Lilac Bush

📋 copy color: '#9666BC'

red 150 ◦ green 102 ◦ blue 188

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

Shades of Lilac Bush #9666BC

Tints of Lilac Bush #9666BC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.18%

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

R = 34.09%
G = 23.18%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9666BC (or 0x9666BC) is known color: Lilac Bush. HEX triplet: 96, 66 and BC. RGB value is (150,102,188). Sum of RGB (Red+Green+Blue) = 150+102+188=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #9666BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BC is #699943. Grayscale: #7D7D7D. Windows color (decimal): -6920516 or 12347030. OLE color: 12347030.

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

Color convert

RGB 150 102 188 -
CMYK 0.20 0.46 0 0.26
HSL 273.49º 0.39% 0.57% -
HSV(B) 273.49º 0.46% 0.74% -
XYZ 26.41 19.62 49.97 -
YUV 126.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 150 102 188 0.20 0.46 0 0.26 273.49 0.39 0.57
Hex 96 66 BC 14 2E 0 1A 111 27 39
Octal 226 146 274 24 56 0 32 421 47 71
Binary 10010110 1100110 10111100 10100 101110 0 11010 100010001 100111 111001

Color Harmonies of #9666BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666BC

Black with #9666BC

Text Example


Text Example

White with #9666BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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