#9261AF

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

Shades of Ce Soir #9261AF

Tints of Ce Soir #9261AF

Color information

#9261AF (or 0x9261AF) is unknown color: approx Ce Soir. HEX triplet: 92, 61 and AF. RGB value is (146,97,175). Sum of RGB (Red+Green+Blue) = 146+97+175=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #9261AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9261AF is #6D9E50. Grayscale: #787878. Windows color (decimal): -7183953 or 11493778. OLE color: 11493778.

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

Color convert

RGB14697175-
CMYK0.170.4500.31
HSL277.69º32.77%53.33%-
HSV(B)277.69º44.57%68.63%-
XYZ23.8717.7642.73-
YUV120.54158.73146.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=34.93%
G=23.21%
B=41.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal146971750.170.4500.31277.6932.7753.33
Hex9261AF112D01F1162135
Octal22214125721550374264165
Binary1001001011000011010111110001101101011111100010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9261AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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