#9C65AC

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

Shades of Ce Soir #9C65AC

Tints of Ce Soir #9C65AC

Color information

#9C65AC (or 0x9C65AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 65 and AC. RGB value is (156,101,172). Sum of RGB (Red+Green+Blue) = 156+101+172=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C65AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C65AC is #639A53. Grayscale: #7D7D7D. Windows color (decimal): -6527572 or 11298204. OLE color: 11298204.

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

Color convert

RGB156101172-
CMYK0.090.4100.33
HSL286.48º29.96%53.53%-
HSV(B)286.48º41.28%67.45%-
XYZ25.8119.3541.41-
YUV125.54154.22149.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=36.36%
G=23.54%
B=40.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561011720.090.4100.33286.4829.9653.53
Hex9C65AC92902111e1e36
Octal23414525411510414363666
Binary100111001100101101011001001101001010000110001111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,172); }

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

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

 a { background-color: rgb(156,101,172); }

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

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

 span { border-color: rgb(156,101,172); }

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