#9269AA

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

Shades of Ce Soir #9269AA

Tints of Ce Soir #9269AA

Color information

#9269AA (or 0x9269AA) is unknown color: approx Ce Soir. HEX triplet: 92, 69 and AA. RGB value is (146,105,170). Sum of RGB (Red+Green+Blue) = 146+105+170=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9269AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9269AA is #6D9655. Grayscale: #7C7C7C. Windows color (decimal): -7181910 or 11168146. OLE color: 11168146.

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

Color convert

RGB146105170-
CMYK0.140.3800.33
HSL277.85º27.66%53.92%-
HSV(B)277.85º38.24%66.67%-
XYZ24.1619.1240.45-
YUV124.67153.58143.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.68%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=34.68%
G=24.94%
B=40.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461051700.140.3800.33277.8527.6653.92
Hex9269AAE260211161c36
Octal22215125216460414263466
Binary100100101101001101010101110100110010000110001011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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