#9264AA

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

Shades of Ce Soir #9264AA

Tints of Ce Soir #9264AA

Color information

#9264AA (or 0x9264AA) is unknown color: approx Ce Soir. HEX triplet: 92, 64 and AA. RGB value is (146,100,170). Sum of RGB (Red+Green+Blue) = 146+100+170=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9264AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9264AA is #6D9B55. Grayscale: #797979. Windows color (decimal): -7183190 or 11166866. OLE color: 11166866.

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

Color convert

RGB146100170-
CMYK0.140.4100.33
HSL279.43º29.17%52.94%-
HSV(B)279.43º41.18%66.67%-
XYZ23.6718.1340.28-
YUV121.73155.24145.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.10%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=35.10%
G=24.04%
B=40.87%

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
Decimal1461001700.140.4100.33279.4329.1752.94
Hex9264AAE290211171d35
Octal22214425216510414273565
Binary100100101100100101010101110101001010000110001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9264AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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