Html Css Color HEX #9679BF Lilac Bush

📋 copy color: '#9679BF'

red 150 ◦ green 121 ◦ blue 191

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

Shades of Lilac Bush #9679BF

Tints of Lilac Bush #9679BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

 BLUE value IS 191 (75% from 255) = 41.34%

R = 32.47%
G = 26.19%
B = 41.34%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9679BF (or 0x9679BF) is known color: Lilac Bush. HEX triplet: 96, 79 and BF. RGB value is (150,121,191). Sum of RGB (Red+Green+Blue) = 150+121+191=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #9679BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679BF is #698640. Grayscale: #898989. Windows color (decimal): -6915649 or 12548502. OLE color: 12548502.

HSL color Cylindrical-coordinate representation of color #9679BF: hue angle of 264.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9679BF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 121 191 -
CMYK 0.21 0.37 0 0.25
HSL 264.86º 0.35% 0.61% -
HSV(B) 264.86º 0.37% 0.75% -
XYZ 28.82 23.92 52.39 -
YUV 137.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 150 121 191 0.21 0.37 0 0.25 264.86 0.35 0.61
Hex 96 79 BF 15 25 0 19 109 23 3D
Octal 226 171 277 25 45 0 31 411 43 75
Binary 10010110 1111001 10111111 10101 100101 0 11001 100001001 100011 111101

Color Harmonies of #9679BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679BF

Black with #9679BF

Text Example


Text Example

White with #9679BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9679BF; }

 p { color: rgb(150,121,191); }

 H1.HeaderClassName
 {
   color: #9679BF;
 }
 .AnyTagClassName
 {
   color: #9679BF;
 }
</style>

background-color css

<style>
 a { background-color: #9679BF; }

 a { background-color: rgb(150,121,191); }

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

border-color css

<style>
 span { border-color: #9679BF; }

 span { border-color: rgb(150,121,191); }

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