Html Css Color HEX #9672BF Lilac Bush

📋 copy color: '#9672BF'

red 150 ◦ green 114 ◦ blue 191

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

Shades of Lilac Bush #9672BF

Tints of Lilac Bush #9672BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.05%

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

R = 32.97%
G = 25.05%
B = 41.98%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9672BF (or 0x9672BF) is known color: Lilac Bush. HEX triplet: 96, 72 and BF. RGB value is (150,114,191). Sum of RGB (Red+Green+Blue) = 150+114+191=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9672BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672BF is #698D40. Grayscale: #858585. Windows color (decimal): -6917441 or 12546710. OLE color: 12546710.

HSL color Cylindrical-coordinate representation of color #9672BF: hue angle of 268.05º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9672BF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 114 191 -
CMYK 0.21 0.40 0 0.25
HSL 268.05º 0.38% 0.6% -
HSV(B) 268.05º 0.4% 0.75% -
XYZ 28 22.28 52.12 -
YUV 133.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 150 114 191 0.21 0.40 0 0.25 268.05 0.38 0.6
Hex 96 72 BF 15 28 0 19 10C 26 3C
Octal 226 162 277 25 50 0 31 414 46 74
Binary 10010110 1110010 10111111 10101 101000 0 11001 100001100 100110 111100

Color Harmonies of #9672BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672BF

Black with #9672BF

Text Example


Text Example

White with #9672BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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