#9B76AC

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

Shades of Ce Soir #9B76AC

Tints of Ce Soir #9B76AC

Color information

#9B76AC (or 0x9B76AC) is unknown color: approx Ce Soir. HEX triplet: 9B, 76 and AC. RGB value is (155,118,172). Sum of RGB (Red+Green+Blue) = 155+118+172=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B76AC is #648953. Grayscale: #878787. Windows color (decimal): -6588756 or 11302555. OLE color: 11302555.

HSL color Cylindrical-coordinate representation of color #9B76AC: hue angle of 281.11º degrees, saturation: 0.25, 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 #9B76AC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155118172-
CMYK0.100.3100.33
HSL281.11º24.55%56.86%-
HSV(B)281.11º31.4%67.45%-
XYZ27.4422.942-
YUV135.22148.76142.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=34.83%
G=26.52%
B=38.65%

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
Decimal1551181720.100.3100.33281.1124.5556.86
Hex9B76ACA1F0211191939
Octal23316625412370414313171
Binary10011011111011010101100101011111010000110001100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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