#9B64AC

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

Shades of Ce Soir #9B64AC

Tints of Ce Soir #9B64AC

Color information

#9B64AC (or 0x9B64AC) is unknown color: approx Ce Soir. HEX triplet: 9B, 64 and AC. RGB value is (155,100,172). Sum of RGB (Red+Green+Blue) = 155+100+172=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B64AC is #649B53. Grayscale: #7C7C7C. Windows color (decimal): -6593364 or 11297947. OLE color: 11297947.

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

Color convert

RGB155100172-
CMYK0.100.4200.33
HSL285.83º30.25%53.33%-
HSV(B)285.83º41.86%67.45%-
XYZ25.5219.0641.36-
YUV124.65154.72149.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=36.30%
G=23.42%
B=40.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551001720.100.4200.33285.8330.2553.33
Hex9B64ACA2A02111e1e35
Octal23314425412520414363665
Binary100110111100100101011001010101010010000110001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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