#9B6CAD

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

Shades of Ce Soir #9B6CAD

Tints of Ce Soir #9B6CAD

Color information

#9B6CAD (or 0x9B6CAD) is unknown color: approx Ce Soir. HEX triplet: 9B, 6C and AD. RGB value is (155,108,173). Sum of RGB (Red+Green+Blue) = 155+108+173=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B6CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6CAD is #649352. Grayscale: #818181. Windows color (decimal): -6591315 or 11365531. OLE color: 11365531.

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

Color convert

RGB155108173-
CMYK0.100.3800.32
HSL283.38º28.38%55.1%-
HSV(B)283.38º37.57%67.84%-
XYZ26.4220.7142.14-
YUV129.46152.57146.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.55%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=35.55%
G=24.77%
B=39.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551081730.100.3800.32283.3828.3855.1
Hex9B6CADA2602011b1c37
Octal23315425512460404333467
Binary100110111101100101011011010100110010000010001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,173); }

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

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

 a { background-color: rgb(155,108,173); }

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

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

 span { border-color: rgb(155,108,173); }

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