Html Css Color HEX #9B7CC3 Lilac Bush

📋 copy color: '#9B7CC3'

red 155 ◦ green 124 ◦ blue 195

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

Shades of Lilac Bush #9B7CC3

Tints of Lilac Bush #9B7CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 32.7%
G = 26.16%
B = 41.14%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B7CC3 (or 0x9B7CC3) is known color: Lilac Bush. HEX triplet: 9B, 7C and C3. RGB value is (155,124,195). Sum of RGB (Red+Green+Blue) = 155+124+195=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B7CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7CC3 is #64833C. Grayscale: #8D8D8D. Windows color (decimal): -6587197 or 12811419. OLE color: 12811419.

HSL color Cylindrical-coordinate representation of color #9B7CC3: hue angle of 266.2º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B7CC3 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 124 195 -
CMYK 0.21 0.36 0 0.24
HSL 266.2º 0.37% 0.63% -
HSV(B) 266.2º 0.36% 0.76% -
XYZ 30.58 25.32 54.91 -
YUV 141.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 155 124 195 0.21 0.36 0 0.24 266.2 0.37 0.63
Hex 9B 7C C3 15 24 0 18 10A 25 3F
Octal 233 174 303 25 44 0 30 412 45 77
Binary 10011011 1111100 11000011 10101 100100 0 11000 100001010 100101 111111

Color Harmonies of #9B7CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CC3

Black with #9B7CC3

Text Example


Text Example

White with #9B7CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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