#9D6BAC

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

Shades of Ce Soir #9D6BAC

Tints of Ce Soir #9D6BAC

Color information

#9D6BAC (or 0x9D6BAC) is unknown color: approx Ce Soir. HEX triplet: 9D, 6B and AC. RGB value is (157,107,172). Sum of RGB (Red+Green+Blue) = 157+107+172=436 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.01% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D6BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6BAC is #629453. Grayscale: #818181. Windows color (decimal): -6460500 or 11299741. OLE color: 11299741.

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

Color convert

RGB157107172-
CMYK0.090.3800.33
HSL286.15º28.14%54.71%-
HSV(B)286.15º37.79%67.45%-
XYZ26.6120.6641.62-
YUV129.36152.06147.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.01%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=36.01%
G=24.54%
B=39.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571071720.090.3800.33286.1528.1454.71
Hex9D6BAC92602111e1c37
Octal23515325411460414363467
Binary100111011101011101011001001100110010000110001111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,107,172); }

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

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

 a { background-color: rgb(157,107,172); }

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

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

 span { border-color: rgb(157,107,172); }

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