#9B66AE

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

Shades of Ce Soir #9B66AE

Tints of Ce Soir #9B66AE

Color information

#9B66AE (or 0x9B66AE) is unknown color: approx Ce Soir. HEX triplet: 9B, 66 and AE. RGB value is (155,102,174). Sum of RGB (Red+Green+Blue) = 155+102+174=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B66AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B66AE is #649951. Grayscale: #7D7D7D. Windows color (decimal): -6592850 or 11429531. OLE color: 11429531.

HSL color Cylindrical-coordinate representation of color #9B66AE: hue angle of 284.17º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B66AE is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155102174-
CMYK0.110.4100.32
HSL284.17º30.77%54.12%-
HSV(B)284.17º41.38%68.24%-
XYZ25.9119.5342.45-
YUV126.06155.06148.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=35.96%
G=23.67%
B=40.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551021740.110.4100.32284.1730.7754.12
Hex9B66AEB2902011c1f36
Octal23314625613510404343766
Binary100110111100110101011101011101001010000010001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B66AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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