Html Css Color HEX #9B77AD Ce Soir

📋 copy color: '#9B77AD'

red 155 ◦ green 119 ◦ blue 173

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

Shades of Ce Soir #9B77AD

Tints of Ce Soir #9B77AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 34.68%
G = 26.62%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9B77AD (or 0x9B77AD) is known color: Ce Soir. HEX triplet: 9B, 77 and AD. RGB value is (155,119,173). Sum of RGB (Red+Green+Blue) = 155+119+173=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B77AD is #648852. Grayscale: #878787. Windows color (decimal): -6588499 or 11368347. OLE color: 11368347.

HSL color Cylindrical-coordinate representation of color #9B77AD: hue angle of 280º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B77AD is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 119 173 -
CMYK 0.10 0.31 0 0.32
HSL 280º 0.25% 0.57% -
HSV(B) 280º 0.31% 0.68% -
XYZ 27.66 23.18 42.55 -
YUV 135.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 155 119 173 0.10 0.31 0 0.32 280 0.25 0.57
Hex 9B 77 AD A 1F 0 20 118 19 39
Octal 233 167 255 12 37 0 40 430 31 71
Binary 10011011 1110111 10101101 1010 11111 0 100000 100011000 11001 111001

Color Harmonies of #9B77AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B77AD

Black with #9B77AD

Text Example


Text Example

White with #9B77AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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