#9C65AD

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

Shades of Ce Soir #9C65AD

Tints of Ce Soir #9C65AD

Color information

#9C65AD (or 0x9C65AD) is unknown color: approx Ce Soir. HEX triplet: 9C, 65 and AD. RGB value is (156,101,173). Sum of RGB (Red+Green+Blue) = 156+101+173=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C65AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C65AD is #639A52. Grayscale: #7D7D7D. Windows color (decimal): -6527571 or 11363740. OLE color: 11363740.

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

Color convert

RGB156101173-
CMYK0.100.4200.32
HSL285.83º30.51%53.73%-
HSV(B)285.83º41.62%67.84%-
XYZ25.9119.3941.91-
YUV125.65154.72149.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=36.28%
G=23.49%
B=40.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561011730.100.4200.32285.8330.5153.73
Hex9C65ADA2A02011e1f36
Octal23414525512520404363766
Binary100111001100101101011011010101010010000010001111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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