#9265AA

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

Shades of Ce Soir #9265AA

Tints of Ce Soir #9265AA

Color information

#9265AA (or 0x9265AA) is unknown color: approx Ce Soir. HEX triplet: 92, 65 and AA. RGB value is (146,101,170). Sum of RGB (Red+Green+Blue) = 146+101+170=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9265AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9265AA is #6D9A55. Grayscale: #7A7A7A. Windows color (decimal): -7182934 or 11167122. OLE color: 11167122.

HSL color Cylindrical-coordinate representation of color #9265AA: hue angle of 279.13º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9265AA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146101170-
CMYK0.140.4100.33
HSL279.13º28.87%53.14%-
HSV(B)279.13º40.59%66.67%-
XYZ23.7618.3240.31-
YUV122.32154.91144.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 101 (39.84% from 255) = 24.22%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=35.01%
G=24.22%
B=40.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461011700.140.4100.33279.1328.8753.14
Hex9265AAE290211171d35
Octal22214525216510414273565
Binary100100101100101101010101110101001010000110001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9265AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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