#9D68B3

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

Shades of Ce Soir #9D68B3

Tints of Ce Soir #9D68B3

Color information

#9D68B3 (or 0x9D68B3) is unknown color: approx Ce Soir. HEX triplet: 9D, 68 and B3. RGB value is (157,104,179). Sum of RGB (Red+Green+Blue) = 157+104+179=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 179 - color contains mainly: blue. Hex color #9D68B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D68B3 is #62974C. Grayscale: #808080. Windows color (decimal): -6461261 or 11757725. OLE color: 11757725.

HSL color Cylindrical-coordinate representation of color #9D68B3: hue angle of 282.4º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D68B3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB157104179-
CMYK0.120.4200.30
HSL282.4º33.04%55.49%-
HSV(B)282.4º41.9%70.2%-
XYZ26.9920.3245.15-
YUV128.4156.56148.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=35.68%
G=23.64%
B=40.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571041790.120.4200.30282.433.0455.49
Hex9D68B3C2A01E11a2137
Octal23515026314520364324167
Binary100111011101000101100111100101010011110100011010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,179); }

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

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

 a { background-color: rgb(157,104,179); }

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

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

 span { border-color: rgb(157,104,179); }

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