#9260AA

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

Shades of Ce Soir #9260AA

Tints of Ce Soir #9260AA

Color information

#9260AA (or 0x9260AA) is unknown color: approx Ce Soir. HEX triplet: 92, 60 and AA. RGB value is (146,96,170). Sum of RGB (Red+Green+Blue) = 146+96+170=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #9260AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9260AA is #6D9F55. Grayscale: #777777. Windows color (decimal): -7184214 or 11165842. OLE color: 11165842.

HSL color Cylindrical-coordinate representation of color #9260AA: hue angle of 280.54º degrees, saturation: 0.3, 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 #9260AA is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14696170-
CMYK0.140.4400.33
HSL280.54º30.33%52.16%-
HSV(B)280.54º43.53%66.67%-
XYZ23.2917.3840.16-
YUV119.39156.56146.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=35.44%
G=23.30%
B=41.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146961700.140.4400.33280.5430.3352.16
Hex9260AAE2C0211191e34
Octal22214025216540414313664
Binary100100101100000101010101110101100010000110001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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