#9C75A3

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

Shades of Ce Soir #9C75A3

Tints of Ce Soir #9C75A3

Color information

#9C75A3 (or 0x9C75A3) is unknown color: approx Ce Soir. HEX triplet: 9C, 75 and A3. RGB value is (156,117,163). Sum of RGB (Red+Green+Blue) = 156+117+163=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 163 - color contains mainly: blue. Hex color #9C75A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C75A3 is #638A5C. Grayscale: #858585. Windows color (decimal): -6523485 or 10712476. OLE color: 10712476.

HSL color Cylindrical-coordinate representation of color #9C75A3: hue angle of 290.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C75A3 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB156117163-
CMYK0.040.2800.36
HSL290.87º20%54.9%-
HSV(B)290.87º28.22%63.92%-
XYZ26.6822.4337.57-
YUV133.9144.42143.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 163 (64.06% from 255) = 37.39%
R=35.78%
G=26.83%
B=37.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561171630.040.2800.36290.872054.9
Hex9C75A341C0241231437
Octal2341652434340444432467
Binary1001110011101011010001110011100010010010010001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C75A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,163); }

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

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

 a { background-color: rgb(156,117,163); }

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

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

 span { border-color: rgb(156,117,163); }

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