Html Css Color HEX #9B7DCB Lilac Bush

📋 copy color: '#9B7DCB'

red 155 ◦ green 125 ◦ blue 203

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

Shades of Lilac Bush #9B7DCB

Tints of Lilac Bush #9B7DCB

RGB

 RED value IS 155 (60.94% from 255) = 32.09%

 GREEN value IS 125 (49.22% from 255) = 25.88%

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 32.09%
G = 25.88%
B = 42.03%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B7DCB (or 0x9B7DCB) is known color: Lilac Bush. HEX triplet: 9B, 7D and CB. RGB value is (155,125,203). Sum of RGB (Red+Green+Blue) = 155+125+203=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B7DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7DCB is #648234. Grayscale: #8E8E8E. Windows color (decimal): -6586933 or 13335963. OLE color: 13335963.

HSL color Cylindrical-coordinate representation of color #9B7DCB: hue angle of 263.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B7DCB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 125 203 -
CMYK 0.24 0.38 0 0.20
HSL 263.08º 0.43% 0.64% -
HSV(B) 263.08º 0.38% 0.8% -
XYZ 31.63 25.95 59.84 -
YUV 142.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 155 125 203 0.24 0.38 0 0.20 263.08 0.43 0.64
Hex 9B 7D CB 18 26 0 14 107 2B 40
Octal 233 175 313 30 46 0 24 407 53 100
Binary 10011011 1111101 11001011 11000 100110 0 10100 100000111 101011 1000000

Color Harmonies of #9B7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7DCB

Black with #9B7DCB

Text Example


Text Example

White with #9B7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B7DCB; }

 p { color: rgb(155,125,203); }

 H1.HeaderClassName
 {
   color: #9B7DCB;
 }
 .AnyTagClassName
 {
   color: #9B7DCB;
 }
</style>

background-color css

<style>
 a { background-color: #9B7DCB; }

 a { background-color: rgb(155,125,203); }

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

border-color css

<style>
 span { border-color: #9B7DCB; }

 span { border-color: rgb(155,125,203); }

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