#9B6FAD

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

Shades of Ce Soir #9B6FAD

Tints of Ce Soir #9B6FAD

Color information

#9B6FAD (or 0x9B6FAD) is unknown color: approx Ce Soir. HEX triplet: 9B, 6F and AD. RGB value is (155,111,173). Sum of RGB (Red+Green+Blue) = 155+111+173=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B6FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6FAD is #649052. Grayscale: #838383. Windows color (decimal): -6590547 or 11366299. OLE color: 11366299.

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

Color convert

RGB155111173-
CMYK0.100.3600.32
HSL282.58º27.43%55.69%-
HSV(B)282.58º35.84%67.84%-
XYZ26.7421.3542.25-
YUV131.22151.58144.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 111 (43.75% from 255) = 25.28%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=35.31%
G=25.28%
B=39.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551111730.100.3600.32282.5827.4355.69
Hex9B6FADA2402011b1b38
Octal23315725512440404333370
Binary100110111101111101011011010100100010000010001101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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