Html Css Color HEX #9673BF Lilac Bush

📋 copy color: '#9673BF'

red 150 ◦ green 115 ◦ blue 191

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

Shades of Lilac Bush #9673BF

Tints of Lilac Bush #9673BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.22%

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

R = 32.89%
G = 25.22%
B = 41.89%

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

#9673BF (or 0x9673BF) is known color: Lilac Bush. HEX triplet: 96, 73 and BF. RGB value is (150,115,191). Sum of RGB (Red+Green+Blue) = 150+115+191=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #9673BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673BF is #698C40. Grayscale: #858585. Windows color (decimal): -6917185 or 12546966. OLE color: 12546966.

HSL color Cylindrical-coordinate representation of color #9673BF: hue angle of 267.63º degrees, saturation: 0.37, 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 #9673BF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 115 191 -
CMYK 0.21 0.40 0 0.25
HSL 267.63º 0.37% 0.6% -
HSV(B) 267.63º 0.4% 0.75% -
XYZ 28.11 22.51 52.15 -
YUV 134.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 150 115 191 0.21 0.40 0 0.25 267.63 0.37 0.6
Hex 96 73 BF 15 28 0 19 10C 25 3C
Octal 226 163 277 25 50 0 31 414 45 74
Binary 10010110 1110011 10111111 10101 101000 0 11001 100001100 100101 111100

Color Harmonies of #9673BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673BF

Black with #9673BF

Text Example


Text Example

White with #9673BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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