Html Css Color HEX #9B77CC Lilac Bush

📋 copy color: '#9B77CC'

red 155 ◦ green 119 ◦ blue 204

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

Shades of Lilac Bush #9B77CC

Tints of Lilac Bush #9B77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.9%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 32.43%
G = 24.9%
B = 42.68%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B77CC (or 0x9B77CC) is known color: Lilac Bush. HEX triplet: 9B, 77 and CC. RGB value is (155,119,204). Sum of RGB (Red+Green+Blue) = 155+119+204=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B77CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B77CC is #648833. Grayscale: #8B8B8B. Windows color (decimal): -6588468 or 13399963. OLE color: 13399963.

HSL color Cylindrical-coordinate representation of color #9B77CC: hue angle of 265.41º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B77CC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 119 204 -
CMYK 0.24 0.42 0 0.2
HSL 265.41º 0.45% 0.63% -
HSV(B) 265.41º 0.42% 0.8% -
XYZ 31.01 24.52 60.23 -
YUV 139.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 155 119 204 0.24 0.42 0 0.2 265.41 0.45 0.63
Hex 9B 77 CC 18 2A 0 14 109 2D 3F
Octal 233 167 314 30 52 0 24 411 55 77
Binary 10011011 1110111 11001100 11000 101010 0 10100 100001001 101101 111111

Color Harmonies of #9B77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77CC

Black with #9B77CC

Text Example


Text Example

White with #9B77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,119,204); }

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

background-color css

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

 a { background-color: rgb(155,119,204); }

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

border-color css

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

 span { border-color: rgb(155,119,204); }

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