#9269AF

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

Shades of Ce Soir #9269AF

Tints of Ce Soir #9269AF

Color information

#9269AF (or 0x9269AF) is unknown color: approx Ce Soir. HEX triplet: 92, 69 and AF. RGB value is (146,105,175). Sum of RGB (Red+Green+Blue) = 146+105+175=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #9269AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9269AF is #6D9650. Grayscale: #7D7D7D. Windows color (decimal): -7181905 or 11495826. OLE color: 11495826.

HSL color Cylindrical-coordinate representation of color #9269AF: hue angle of 275.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9269AF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146105175-
CMYK0.170.4000.31
HSL275.14º30.43%54.9%-
HSV(B)275.14º40%68.63%-
XYZ24.6419.3142.99-
YUV125.24156.08142.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=34.27%
G=24.65%
B=41.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461051750.170.4000.31275.1430.4354.9
Hex9269AF112801F1131e37
Octal22215125721500374233667
Binary100100101101001101011111000110100001111110001001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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