#9261AB

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

Shades of Ce Soir #9261AB

Tints of Ce Soir #9261AB

Color information

#9261AB (or 0x9261AB) is unknown color: approx Ce Soir. HEX triplet: 92, 61 and AB. RGB value is (146,97,171). Sum of RGB (Red+Green+Blue) = 146+97+171=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #9261AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9261AB is #6D9E54. Grayscale: #777777. Windows color (decimal): -7183957 or 11231634. OLE color: 11231634.

HSL color Cylindrical-coordinate representation of color #9261AB: hue angle of 279.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9261AB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14697171-
CMYK0.150.4300.33
HSL279.73º30.58%52.55%-
HSV(B)279.73º43.27%67.06%-
XYZ23.4817.640.69-
YUV120.09156.73146.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.27%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=35.27%
G=23.43%
B=41.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146971710.150.4300.33279.7330.5852.55
Hex9261ABF2B0211181f35
Octal22214125317530414303765
Binary100100101100001101010111111101011010000110001100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9261AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9261AB; }

 p { color: rgb(146,97,171); }

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

<style>
 a { background-color: #9261AB; }

 a { background-color: rgb(146,97,171); }

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

<style>
 span { border-color: #9261AB; }

 span { border-color: rgb(146,97,171); }

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