Html Css Color HEX #9679C0 Lilac Bush

📋 copy color: '#9679C0'

red 150 ◦ green 121 ◦ blue 192

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

Shades of Lilac Bush #9679C0

Tints of Lilac Bush #9679C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 32.4%
G = 26.13%
B = 41.47%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9679C0 (or 0x9679C0) is known color: Lilac Bush. HEX triplet: 96, 79 and C0. RGB value is (150,121,192). Sum of RGB (Red+Green+Blue) = 150+121+192=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #9679C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9679C0 is #69863F. Grayscale: #898989. Windows color (decimal): -6915648 or 12614038. OLE color: 12614038.

HSL color Cylindrical-coordinate representation of color #9679C0: hue angle of 264.51º degrees, saturation: 0.36, 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 #9679C0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 121 192 -
CMYK 0.22 0.37 0 0.25
HSL 264.51º 0.36% 0.61% -
HSV(B) 264.51º 0.37% 0.75% -
XYZ 28.93 23.96 52.97 -
YUV 137.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 150 121 192 0.22 0.37 0 0.25 264.51 0.36 0.61
Hex 96 79 C0 16 25 0 19 109 24 3D
Octal 226 171 300 26 45 0 31 411 44 75
Binary 10010110 1111001 11000000 10110 100101 0 11001 100001001 100100 111101

Color Harmonies of #9679C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679C0

Black with #9679C0

Text Example


Text Example

White with #9679C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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