Html Css Color HEX #9672C6 Lilac Bush

📋 copy color: '#9672C6'

red 150 ◦ green 114 ◦ blue 198

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

Shades of Lilac Bush #9672C6

Tints of Lilac Bush #9672C6

RGB

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

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

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

R = 32.47%
G = 24.68%
B = 42.86%

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

#9672C6 (or 0x9672C6) is known color: Lilac Bush. HEX triplet: 96, 72 and C6. RGB value is (150,114,198). Sum of RGB (Red+Green+Blue) = 150+114+198=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #9672C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9672C6 is #698D39. Grayscale: #868686. Windows color (decimal): -6917434 or 13005462. OLE color: 13005462.

HSL color Cylindrical-coordinate representation of color #9672C6: hue angle of 265.71º 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 #9672C6 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 114 198 -
CMYK 0.24 0.42 0 0.22
HSL 265.71º 0.42% 0.61% -
HSV(B) 265.71º 0.42% 0.78% -
XYZ 28.79 22.6 56.27 -
YUV 134.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 150 114 198 0.24 0.42 0 0.22 265.71 0.42 0.61
Hex 96 72 C6 18 2A 0 16 10A 2A 3D
Octal 226 162 306 30 52 0 26 412 52 75
Binary 10010110 1110010 11000110 11000 101010 0 10110 100001010 101010 111101

Color Harmonies of #9672C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9672C6

Black with #9672C6

Text Example


Text Example

White with #9672C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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