Html Css Color HEX #9B7BCE Lilac Bush

📋 copy color: '#9B7BCE'

red 155 ◦ green 123 ◦ blue 206

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

Shades of Lilac Bush #9B7BCE

Tints of Lilac Bush #9B7BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 32.02%
G = 25.41%
B = 42.56%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B7BCE (or 0x9B7BCE) is known color: Lilac Bush. HEX triplet: 9B, 7B and CE. RGB value is (155,123,206). Sum of RGB (Red+Green+Blue) = 155+123+206=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B7BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BCE is #648431. Grayscale: #8D8D8D. Windows color (decimal): -6587442 or 13532059. OLE color: 13532059.

HSL color Cylindrical-coordinate representation of color #9B7BCE: hue angle of 263.13º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B7BCE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 123 206 -
CMYK 0.25 0.40 0 0.19
HSL 263.13º 0.46% 0.65% -
HSV(B) 263.13º 0.4% 0.81% -
XYZ 31.74 25.59 61.66 -
YUV 142.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 155 123 206 0.25 0.40 0 0.19 263.13 0.46 0.65
Hex 9B 7B CE 19 28 0 13 107 2E 41
Octal 233 173 316 31 50 0 23 407 56 101
Binary 10011011 1111011 11001110 11001 101000 0 10011 100000111 101110 1000001

Color Harmonies of #9B7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7BCE

Black with #9B7BCE

Text Example


Text Example

White with #9B7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,123,206); }

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

background-color css

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

 a { background-color: rgb(155,123,206); }

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

border-color css

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

 span { border-color: rgb(155,123,206); }

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