#9269AB

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

Shades of Ce Soir #9269AB

Tints of Ce Soir #9269AB

Color information

#9269AB (or 0x9269AB) is unknown color: approx Ce Soir. HEX triplet: 92, 69 and AB. RGB value is (146,105,171). Sum of RGB (Red+Green+Blue) = 146+105+171=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #9269AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9269AB is #6D9654. Grayscale: #7C7C7C. Windows color (decimal): -7181909 or 11233682. OLE color: 11233682.

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

Color convert

RGB146105171-
CMYK0.150.3900.33
HSL277.27º28.21%54.12%-
HSV(B)277.27º38.6%67.06%-
XYZ24.2619.1540.95-
YUV124.78154.08143.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=34.60%
G=24.88%
B=40.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461051710.150.3900.33277.2728.2154.12
Hex9269ABF270211151c36
Octal22215125317470414253466
Binary100100101101001101010111111100111010000110001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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