Html Css Color HEX #9969BC Lilac Bush

📋 copy color: '#9969BC'

red 153 ◦ green 105 ◦ blue 188

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

Shades of Lilac Bush #9969BC

Tints of Lilac Bush #9969BC

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

 GREEN value IS 105 (41.41% from 255) = 23.54%

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

R = 34.3%
G = 23.54%
B = 42.15%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9969BC (or 0x9969BC) is known color: Lilac Bush. HEX triplet: 99, 69 and BC. RGB value is (153,105,188). Sum of RGB (Red+Green+Blue) = 153+105+188=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #9969BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9969BC is #669643. Grayscale: #808080. Windows color (decimal): -6723140 or 12347801. OLE color: 12347801.

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

Color convert

RGB 153 105 188 -
CMYK 0.19 0.44 0 0.26
HSL 274.7º 0.38% 0.57% -
HSV(B) 274.7º 0.44% 0.74% -
XYZ 27.27 20.51 50.1 -
YUV 128.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 153 105 188 0.19 0.44 0 0.26 274.7 0.38 0.57
Hex 99 69 BC 13 2C 0 1A 113 26 39
Octal 231 151 274 23 54 0 32 423 46 71
Binary 10011001 1101001 10111100 10011 101100 0 11010 100010011 100110 111001

Color Harmonies of #9969BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9969BC

Black with #9969BC

Text Example


Text Example

White with #9969BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,105,188); }

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

background-color css

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

 a { background-color: rgb(153,105,188); }

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

border-color css

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

 span { border-color: rgb(153,105,188); }

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