#9260AB

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

Shades of Ce Soir #9260AB

Tints of Ce Soir #9260AB

Color information

#9260AB (or 0x9260AB) is unknown color: approx Ce Soir. HEX triplet: 92, 60 and AB. RGB value is (146,96,171). Sum of RGB (Red+Green+Blue) = 146+96+171=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #9260AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9260AB is #6D9F54. Grayscale: #777777. Windows color (decimal): -7184213 or 11231378. OLE color: 11231378.

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

Color convert

RGB14696171-
CMYK0.150.4400.33
HSL280º30.86%52.35%-
HSV(B)280º43.86%67.06%-
XYZ23.3917.4240.66-
YUV119.5157.06146.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=35.35%
G=23.24%
B=41.40%

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
Decimal146961710.150.4400.3328030.8652.35
Hex9260ABF2C0211181f34
Octal22214025317540414303764
Binary100100101100000101010111111101100010000110001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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