#9260AD

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

Shades of Ce Soir #9260AD

Tints of Ce Soir #9260AD

Color information

#9260AD (or 0x9260AD) is unknown color: approx Ce Soir. HEX triplet: 92, 60 and AD. RGB value is (146,96,173). Sum of RGB (Red+Green+Blue) = 146+96+173=415 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.18% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #9260AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9260AD is #6D9F52. Grayscale: #777777. Windows color (decimal): -7184211 or 11362450. OLE color: 11362450.

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

Color convert

RGB14696173-
CMYK0.160.4500.32
HSL278.96º31.95%52.75%-
HSV(B)278.96º44.51%67.84%-
XYZ23.5817.4941.67-
YUV119.73158.06146.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.18%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 173 (67.97% from 255) = 41.69%
R=35.18%
G=23.13%
B=41.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146961730.160.4500.32278.9631.9552.75
Hex9260AD102D0201172035
Octal22214025520550404274065
Binary10010010110000010101101100001011010100000100010111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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