#9B77AC

Color #9B77AC Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9B77AC

Tints of Ce Soir #9B77AC

Color information

#9B77AC (or 0x9B77AC) is unknown color: approx Ce Soir. HEX triplet: 9B, 77 and AC. RGB value is (155,119,172). Sum of RGB (Red+Green+Blue) = 155+119+172=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B77AC is #648853. Grayscale: #878787. Windows color (decimal): -6588500 or 11302811. OLE color: 11302811.

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

Color convert

RGB155119172-
CMYK0.100.3100.33
HSL280.75º24.2%57.06%-
HSV(B)280.75º30.81%67.45%-
XYZ27.5623.1442.04-
YUV135.81148.43141.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=34.75%
G=26.68%
B=38.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551191720.100.3100.33280.7524.257.06
Hex9B77ACA1F0211191839
Octal23316725412370414313071
Binary10011011111011110101100101011111010000110001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B77AC;
 }
 .AnyTagClassName
 {
   color: #9B77AC;
 }
</style>
background-color css

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

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

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

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

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

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