#9B6FAE

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

Shades of Ce Soir #9B6FAE

Tints of Ce Soir #9B6FAE

Color information

#9B6FAE (or 0x9B6FAE) is unknown color: approx Ce Soir. HEX triplet: 9B, 6F and AE. RGB value is (155,111,174). Sum of RGB (Red+Green+Blue) = 155+111+174=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B6FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6FAE is #649051. Grayscale: #838383. Windows color (decimal): -6590546 or 11431835. OLE color: 11431835.

HSL color Cylindrical-coordinate representation of color #9B6FAE: hue angle of 281.9º degrees, saturation: 0.28, 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 #9B6FAE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155111174-
CMYK0.110.3600.32
HSL281.9º28%55.88%-
HSV(B)281.9º36.21%68.24%-
XYZ26.8421.3942.76-
YUV131.34152.08144.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.23%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=35.23%
G=25.23%
B=39.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551111740.110.3600.32281.92855.88
Hex9B6FAEB2402011a1c38
Octal23315725613440404323470
Binary100110111101111101011101011100100010000010001101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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