Html Css Color HEX #9B7CCF Lilac Bush

📋 copy color: '#9B7CCF'

red 155 ◦ green 124 ◦ blue 207

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

Shades of Lilac Bush #9B7CCF

Tints of Lilac Bush #9B7CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 31.89%
G = 25.51%
B = 42.59%

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

#9B7CCF (or 0x9B7CCF) is known color: Lilac Bush. HEX triplet: 9B, 7C and CF. RGB value is (155,124,207). Sum of RGB (Red+Green+Blue) = 155+124+207=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B7CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CCF is #648330. Grayscale: #8E8E8E. Windows color (decimal): -6587185 or 13597851. OLE color: 13597851.

HSL color Cylindrical-coordinate representation of color #9B7CCF: hue angle of 262.41º 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 #9B7CCF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 124 207 -
CMYK 0.25 0.40 0 0.19
HSL 262.41º 0.46% 0.65% -
HSV(B) 262.41º 0.4% 0.81% -
XYZ 31.99 25.89 62.34 -
YUV 142.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 155 124 207 0.25 0.40 0 0.19 262.41 0.46 0.65
Hex 9B 7C CF 19 28 0 13 106 2E 41
Octal 233 174 317 31 50 0 23 406 56 101
Binary 10011011 1111100 11001111 11001 101000 0 10011 100000110 101110 1000001

Color Harmonies of #9B7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CCF

Black with #9B7CCF

Text Example


Text Example

White with #9B7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,124,207); }

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

background-color css

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

 a { background-color: rgb(155,124,207); }

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

border-color css

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

 span { border-color: rgb(155,124,207); }

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