Html Css Color HEX #9673C6 Lilac Bush

📋 copy color: '#9673C6'

red 150 ◦ green 115 ◦ blue 198

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

Shades of Lilac Bush #9673C6

Tints of Lilac Bush #9673C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.76%

R = 32.4%
G = 24.84%
B = 42.76%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9673C6 (or 0x9673C6) is known color: Lilac Bush. HEX triplet: 96, 73 and C6. RGB value is (150,115,198). Sum of RGB (Red+Green+Blue) = 150+115+198=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #9673C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9673C6 is #698C39. Grayscale: #868686. Windows color (decimal): -6917178 or 13005718. OLE color: 13005718.

HSL color Cylindrical-coordinate representation of color #9673C6: hue angle of 265.3º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9673C6 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 115 198 -
CMYK 0.24 0.42 0 0.22
HSL 265.3º 0.42% 0.61% -
HSV(B) 265.3º 0.42% 0.78% -
XYZ 28.9 22.82 56.31 -
YUV 134.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 150 115 198 0.24 0.42 0 0.22 265.3 0.42 0.61
Hex 96 73 C6 18 2A 0 16 109 2A 3D
Octal 226 163 306 30 52 0 26 411 52 75
Binary 10010110 1110011 11000110 11000 101010 0 10110 100001001 101010 111101

Color Harmonies of #9673C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9673C6

Black with #9673C6

Text Example


Text Example

White with #9673C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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