#9261AD

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

Shades of Ce Soir #9261AD

Tints of Ce Soir #9261AD

Color information

#9261AD (or 0x9261AD) is unknown color: approx Ce Soir. HEX triplet: 92, 61 and AD. RGB value is (146,97,173). Sum of RGB (Red+Green+Blue) = 146+97+173=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #9261AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9261AD is #6D9E52. Grayscale: #787878. Windows color (decimal): -7183955 or 11362706. OLE color: 11362706.

HSL color Cylindrical-coordinate representation of color #9261AD: hue angle of 278.68º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9261AD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14697173-
CMYK0.160.4400.32
HSL278.68º31.67%52.94%-
HSV(B)278.68º43.93%67.84%-
XYZ23.6717.6841.7-
YUV120.32157.73146.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=35.10%
G=23.32%
B=41.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146971730.160.4400.32278.6831.6752.94
Hex9261AD102C0201172035
Octal22214125520540404274065
Binary10010010110000110101101100001011000100000100010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9261AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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