#9261AC

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

Shades of Ce Soir #9261AC

Tints of Ce Soir #9261AC

Color information

#9261AC (or 0x9261AC) is unknown color: approx Ce Soir. HEX triplet: 92, 61 and AC. RGB value is (146,97,172). Sum of RGB (Red+Green+Blue) = 146+97+172=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9261AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9261AC is #6D9E53. Grayscale: #777777. Windows color (decimal): -7183956 or 11297170. OLE color: 11297170.

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

Color convert

RGB14697172-
CMYK0.150.4400.33
HSL279.2º31.12%52.75%-
HSV(B)279.2º43.6%67.45%-
XYZ23.5817.6441.19-
YUV120.2157.23146.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=35.18%
G=23.37%
B=41.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146971720.150.4400.33279.231.1252.75
Hex9261ACF2C0211171f35
Octal22214125417540414273765
Binary100100101100001101011001111101100010000110001011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9261AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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