#9266AA

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

Shades of Ce Soir #9266AA

Tints of Ce Soir #9266AA

Color information

#9266AA (or 0x9266AA) is unknown color: approx Ce Soir. HEX triplet: 92, 66 and AA. RGB value is (146,102,170). Sum of RGB (Red+Green+Blue) = 146+102+170=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #9266AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9266AA is #6D9955. Grayscale: #7A7A7A. Windows color (decimal): -7182678 or 11167378. OLE color: 11167378.

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

Color convert

RGB146102170-
CMYK0.140.400.33
HSL278.82º28.57%53.33%-
HSV(B)278.82º40%66.67%-
XYZ23.8618.5240.35-
YUV122.91154.58144.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=34.93%
G=24.40%
B=40.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461021700.140.400.33278.8228.5753.33
Hex9266AAE280211171d35
Octal22214625216500414273565
Binary100100101100110101010101110101000010000110001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9266AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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