Html Css Color HEX #9B76CC Lilac Bush

📋 copy color: '#9B76CC'

red 155 ◦ green 118 ◦ blue 204

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

Shades of Lilac Bush #9B76CC

Tints of Lilac Bush #9B76CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 32.49%
G = 24.74%
B = 42.77%

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

#9B76CC (or 0x9B76CC) is known color: Lilac Bush. HEX triplet: 9B, 76 and CC. RGB value is (155,118,204). Sum of RGB (Red+Green+Blue) = 155+118+204=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B76CC is #648933. Grayscale: #8A8A8A. Windows color (decimal): -6588724 or 13399707. OLE color: 13399707.

HSL color Cylindrical-coordinate representation of color #9B76CC: hue angle of 265.81º degrees, saturation: 0.46, 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 #9B76CC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 118 204 -
CMYK 0.24 0.42 0 0.2
HSL 265.81º 0.46% 0.63% -
HSV(B) 265.81º 0.42% 0.8% -
XYZ 30.9 24.29 60.19 -
YUV 138.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 155 118 204 0.24 0.42 0 0.2 265.81 0.46 0.63
Hex 9B 76 CC 18 2A 0 14 10A 2E 3F
Octal 233 166 314 30 52 0 24 412 56 77
Binary 10011011 1110110 11001100 11000 101010 0 10100 100001010 101110 111111

Color Harmonies of #9B76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B76CC

Black with #9B76CC

Text Example


Text Example

White with #9B76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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